From: Marko Kreen Date: Tue, 15 Feb 2011 06:52:04 +0000 (+0200) Subject: test: missing LDFLAGS from link X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=375e3f52e8636376135d43c372fbf4d1fa0a6662;p=libusual.git test: missing LDFLAGS from link --- 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