Commit 4e0af490 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

build: Make the fake linker produce a target

Otherwise we always try to rebuild vrt_test when running make.
parent 01bea6f6
......@@ -166,6 +166,6 @@ vrt_test.c: vdef.h vrt.h
vrt_test_BUILT_SOURCES = vrt_test.c
vrt_test_CFLAGS = -c
vrt_test_LINK = :
vrt_test_LINK = cat >$@
TESTS = vbm_test
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment