From: Andre Noll Date: Mon, 5 Mar 2007 19:36:31 +0000 (+0100) Subject: Makefile.in: use CPPFLAGS also for target mysql.o X-Git-Tag: v0.2.16~48 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=e9656de3ac6d281f585e5a60629d13631c569ae3 Makefile.in: use CPPFLAGS also for target mysql.o --- diff --git a/Makefile.in b/Makefile.in index e26deb82..3bd3add2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -204,7 +204,7 @@ krell.o: krell.c $(CC) -Wall -O -g -fPIC @GTK_CFLAGS@ -c -o $@ krell.c mysql_selector.o: mysql_selector.c - $(CC) -c $(DEBUG_CPPFLAGS) -Wall -O -g @mysql_cppflags@ $< + $(CC) -c $(CPPFLAGS) $(DEBUG_CPPFLAGS) @mysql_cppflags@ $< %.cmdline.o: %.cmdline.c $(CC) -c $(CPPFLAGS) $<