From eace19fefdd45dc5d6fc920f79444bc9b0969410 Mon Sep 17 00:00:00 2001 From: Martin Schulze Date: Sun, 20 May 2001 13:16:39 +0000 Subject: Changed empty target to all instead of install CVS version numbers Makefile: 1.24 -> 1.25 --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3