X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=Makefile.real;h=ef52c2eb99288cb80eceeb03c5f2c8635acf4983;hb=69ba28198b553ab8f3b88116ebccfcec98c1c151;hp=a226df1ba5713bc77b1744ed560c5eda0af6aa26;hpb=d5df5f39e52c8d0730014322a251a85607ddd603;p=paraslash.git diff --git a/Makefile.real b/Makefile.real index a226df1b..ef52c2eb 100644 --- a/Makefile.real +++ b/Makefile.real @@ -65,9 +65,8 @@ tarball_pfx := $(PACKAGE_TARNAME)-$(GIT_VERSION) tarball_delete := $(addprefix $(tarball_pfx)/, web .gitignore) tarball := $(tarball_pfx).tar.bz2 -.PHONY: dep all clean clean2 distclean maintainer-clean install man tarball -all: dep $(prefixed_executables) $(man_pages) -dep: $(deps) +.PHONY: all clean clean2 distclean maintainer-clean install man tarball +all: $(prefixed_executables) $(man_pages) man: $(man_pages) tarball: $(tarball) @@ -116,6 +115,7 @@ STRICT_CFLAGS += -Wno-sign-compare -Wno-unknown-pragmas STRICT_CFLAGS += -Wformat -Wformat-security STRICT_CFLAGS += -Wmissing-format-attribute STRICT_CFLAGS += -Wdeclaration-after-statement +STRICT_CFLAGS += -Wformat-signedness LDFLAGS += $(clock_gettime_ldflags)