From a7d759201fb53a5d632a0d178908da0248ff9cc1 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Mon, 23 Nov 2009 17:56:20 -0800 Subject: * configure: Bugfix in parsing configuration variables which contain the = character. * Makefile (conftest.o): Pass full CFLAGS to configuration test builds. If some flags don't work with the compiler, this should be caught. --- Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1313fe7a..cf9ba871 100644 --- a/Makefile +++ b/Makefile @@ -109,8 +109,6 @@ config.make: conftest: conftest.c $(CC) -o $@ $^ -conftest.o: CFLAGS := $(LANG_FLAGS) - conftest.o: conftest.c conftest.syms: conftest.o -- cgit v1.2.3