From 65b1b34f9a057560077b9c7cce9d1148815e3944 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Mon, 23 Nov 2009 18:37:18 -0800 Subject: * Makefile (conftest.o): revert change that took CFLAGS from this target. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 09f19439..dfdfe7b4 100644 --- a/Makefile +++ b/Makefile @@ -110,7 +110,7 @@ conftest: conftest.c $(CC) $(CFLAGS) -o $@ $^ conftest.o: conftest.c - $(CC) $(CFLAGS) -o $@ $^ + $(CC) -c -o $@ $^ conftest.syms: conftest.o $(NM) -t o -P $^ > $@ -- cgit v1.2.3