summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dfdfe7b4..05f2d19c 100644
--- a/Makefile
+++ b/Makefile
@@ -110,7 +110,7 @@ conftest: conftest.c
$(CC) $(CFLAGS) -o $@ $^
conftest.o: conftest.c
- $(CC) -c -o $@ $^
+ $(CC) $(CFLAGS) -c -o $@ $^
conftest.syms: conftest.o
$(NM) -t o -P $^ > $@