projects
/
paraslash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1bc71d
)
Makefile.real: Add clean2 to the list of phony targets.
author
Andre Noll
<maan@systemlinux.org>
Sun, 29 Dec 2013 13:35:07 +0000
(13:35 +0000)
committer
Andre 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
patch
|
blob
|
history
diff --git
a/Makefile.real
b/Makefile.real
index
8a3553b
..
2973637
100644
(file)
--- 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)