Makefile.in: use CPPFLAGS also for target mysql.o
authorAndre Noll <maan@systemlinux.org>
Mon, 5 Mar 2007 19:36:31 +0000 (20:36 +0100)
committerAndre Noll <maan@systemlinux.org>
Mon, 5 Mar 2007 19:36:31 +0000 (20:36 +0100)
Makefile.in

index e26deb82da7f01122046971de2156d0a6595708e..3bd3add248600ec1bcd7f26e177c2640040deadb 100644 (file)
@@ -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) $<