X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=Makefile.real;h=d6ffe0c424a2adf2a623d8b2376f327932142911;hb=18ee892832075829c1a0aec3427645f753077272;hp=8a3553b9612342158c7c2407a7695a643b0abb28;hpb=82ed47b6f7170fe587688910ee69ef2185e939d3;p=paraslash.git diff --git a/Makefile.real b/Makefile.real index 8a3553b9..d6ffe0c4 100644 --- a/Makefile.real +++ b/Makefile.real @@ -54,7 +54,7 @@ tarball_pfx := $(PACKAGE_TARNAME)-$(PACKAGE_VERSION) tarball_delete := $(addprefix $(tarball_pfx)/, web .gitignore) tarball := $(tarball_pfx).tar.bz2 -.PHONY: dep all clean distclean maintainer-clean install man tarball +.PHONY: dep all clean clean2 distclean maintainer-clean install man tarball all: dep $(prefixed_executables) $(man_pages) dep: $(deps) man: $(man_pages) @@ -86,6 +86,7 @@ DEBUG_CPPFLAGS += -Wredundant-decls DEBUG_CPPFLAGS += -Wall -Wno-sign-compare -Wno-unknown-pragmas DEBUG_CPPFLAGS += -Wformat-security DEBUG_CPPFLAGS += -Wmissing-format-attribute +DEBUG_CPPFLAGS += -Wdeclaration-after-statement ifeq ($(uname_s),Linux) CPPFLAGS += -fdata-sections -ffunction-sections