Makefile.real: Add clean2 to the list of phony targets.
authorAndre Noll <maan@systemlinux.org>
Sun, 29 Dec 2013 13:35:07 +0000 (13:35 +0000)
committerAndre Noll <maan@systemlinux.org>
Sat, 22 Feb 2014 15:49:29 +0000 (16:49 +0100)
We don't want to create a file named clean2.

Makefile.real

index 8a3553b9612342158c7c2407a7695a643b0abb28..2973637e517692bad60d1773e8feee5feb1c48f2 100644 (file)
@@ -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)