aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMartin Schulze <joey>2001-05-20 13:16:39 +0000
committerMartin Schulze <joey>2001-05-20 13:16:39 +0000
commiteace19fefdd45dc5d6fc920f79444bc9b0969410 (patch)
tree6e5bb0c06d851b68dfc223712447c679b894efa9 /Makefile
parent4b671cb694dd3e621edd2f9a9b398d648352c527 (diff)
Changed empty target to all instead of install
CVS version numbers Makefile: 1.24 -> 1.25
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index b454d2038ad..4282cc0c8b1 100644
--- a/Makefile
+++ b/Makefile
@@ -8,16 +8,16 @@ LANGUAGES := english chinese croatian danish dutch esperanto finnish \
# arabic
LANGUAGES-install := $(addsuffix -install,$(LANGUAGES))
-LANGUAGES-clean:= $(addsuffix -clean,$(LANGUAGES))
+LANGUAGES-clean := $(addsuffix -clean,$(LANGUAGES))
.SUFFIXES:
.PHONY: install all $(LANGUAGES) $(LANGUAGES-install)
+all: $(LANGUAGES)
+
install: $(LANGUAGES-install)
clean: $(LANGUAGES-clean)
-all: $(LANGUAGES)
-
$(LANGUAGES-install):
$(MAKE) -C $(subst -install,,$@) install

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