aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMartin Schulze <joey>2001-06-03 15:27:01 +0000
committerMartin Schulze <joey>2001-06-03 15:27:01 +0000
commitf710e0bf4503d45b4f9063e26bdfb0ff4b2706ae (patch)
tree93f48e6fb1693370f671150cb86d5756ac6a9b5b /Makefile
parenta0b8dbd408885495525fec52bd70197be6c650df (diff)
The clean target should be phony as well
CVS version numbers Makefile: 1.25 -> 1.26
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4282cc0c8b1..27b5a211c55 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ LANGUAGES-install := $(addsuffix -install,$(LANGUAGES))
LANGUAGES-clean := $(addsuffix -clean,$(LANGUAGES))
.SUFFIXES:
-.PHONY: install all $(LANGUAGES) $(LANGUAGES-install)
+.PHONY: install all clean $(LANGUAGES) $(LANGUAGES-install)
all: $(LANGUAGES)

© 2014-2024 Faster IT GmbH | imprint | privacy policy