summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e78605e..42dd250 100644
--- a/Makefile
+++ b/Makefile
@@ -165,7 +165,7 @@ tests/trie: trie.o tests/trie.o
tests/xtimegm: time.o tests/xtimegm.o
$(BIN_GOALS):
- $(CC) $(ALL_LDFLAGS) $^ $(ALL_LDLIBS) -o $@
+ +$(CC) $(ALL_LDFLAGS) $^ $(ALL_LDLIBS) -o $@
%.o: %.c .flags
$(CC) $(ALL_CFLAGS) -c $< -o $@