From: Andre Noll Date: Sun, 29 Dec 2013 13:35:07 +0000 (+0000) Subject: Makefile.real: Add clean2 to the list of phony targets. X-Git-Tag: v0.5.2~6^2~18 X-Git-Url: http://git.tuebingen.mpg.de/?a=commitdiff_plain;h=0910a94780eec4fd2fe37e797d192a88828da553;p=paraslash.git Makefile.real: Add clean2 to the list of phony targets. We don't want to create a file named clean2. --- diff --git a/Makefile.real b/Makefile.real index 8a3553b9..2973637e 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)