X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=Makefile.real;h=58761a7bf24e1121894920d65e18b2bcca65fd88;hp=63eba81e1b8df289da8a78b85bf8215dd2335139;hb=80bb4541edc2934389045b6729a65bc3f4dd27d9;hpb=c5727276089868ab11d2c0271e124e902bbbde27 diff --git a/Makefile.real b/Makefile.real index 63eba81e..58761a7b 100644 --- a/Makefile.real +++ b/Makefile.real @@ -101,7 +101,7 @@ STRICT_CFLAGS = $(CFLAGS) STRICT_CFLAGS += -g -Wundef -W STRICT_CFLAGS += -Wredundant-decls STRICT_CFLAGS += -Wno-sign-compare -Wno-unknown-pragmas -STRICT_CFLAGS += -Wformat-security +STRICT_CFLAGS += -Wformat -Wformat-security STRICT_CFLAGS += -Wmissing-format-attribute LDFLAGS += $(clock_gettime_ldflags) @@ -167,7 +167,7 @@ $(man_dir)/para_%.1: $(ggo_dir)/%.ggo man_util.bash | $(man_dir) $(help2man_dir) $(hostbin_dir)/error2: error2.c | $(hostbin_dir) @[ -z "$(Q)" ] || echo 'HCC $<' $(Q) $(HOSTCC) -o $@ $< -error2.h: $(hostbin_dir)/error2 Makefile +error2.h: $(hostbin_dir)/error2 config.h @[ -z "$(Q)" ] || echo 'ER2 $<' @echo "$(object_executable_matrix)" | $< > $@