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 19fabd4b..f784b7e0 100644
--- a/Makefile
+++ b/Makefile
@@ -181,7 +181,7 @@ conftest2: conftest1.c conftest2.c
$(CC) $(CFLAGS) -o $@ $^
conftest.syms: conftest.o
- $(NM) -t o -P $^ > $@
+ $(NM) -n -t o -P $^ > $@
.PHONY: conftest.yacc
conftest.yacc: