From 8ba87177ddfa5e5a77dcc1447da2233a3bf3732c Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Mon, 23 Nov 2009 18:42:41 -0800 Subject: WTF --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 $^ > $@ -- cgit v1.2.3