From 375e3f52e8636376135d43c372fbf4d1fa0a6662 Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Tue, 15 Feb 2011 08:52:04 +0200 Subject: [PATCH] test: missing LDFLAGS from link --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index c955f77..7cf9508 100644 --- a/test/Makefile +++ b/test/Makefile @@ -49,7 +49,7 @@ obj/%.o: $(USUAL_DIR)/usual/%.c $(hdrs) regtest: $(objs) $(E) " LD" $@ - $(Q) $(CC) -o $@ $(objs) $(LIBS) + $(Q) $(CC) -o $@ $(LDFLAGS) $(objs) $(LIBS) clean: rm -f libusual.a obj/* *.o regtest *.gcov -- 2.39.5