X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=Makefile.in;h=3bd3add248600ec1bcd7f26e177c2640040deadb;hp=d60ddf9b5dc2d9da1e3e8aca5f2a5e045846d6e4;hb=fcbaa47c0cb6e3e45bf1c465180752289bbe8b6b;hpb=9f114cb934993f3d01e5c45d14e1ff0c053869bb diff --git a/Makefile.in b/Makefile.in index d60ddf9b..3bd3add2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -13,7 +13,7 @@ install_sh = @install_sh@ build_date = $(shell date) system = $(shell uname -rs) cc_version = $(shell $(CC) --version | head -n 1) -codename = inductive resonance +codename = neural discharge DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W DEBUG_CPPFLAGS += -Wredundant-decls @@ -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) $<