projects
/
libusual.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
558ee6b
)
test: missing LDFLAGS from link
author
Marko Kreen
<markokr@gmail.com>
Tue, 15 Feb 2011 06:52:04 +0000
(08:52 +0200)
committer
Marko Kreen
<markokr@gmail.com>
Tue, 15 Feb 2011 07:14:03 +0000
(09:14 +0200)
test/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/test/Makefile
b/test/Makefile
index c955f7725f3ee30b4ece5ec765f6e60107a183ac..7cf9508bab3daf3de44b266e58747299e52460fe 100644
(file)
--- 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