Commit 211c6960 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

build: Fake link with echo instead of cat

There might be linker flags that cat would fail to find.
parent 4e0af490
......@@ -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 = cat >$@
vrt_test_LINK = echo >$@
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