From 755c11d582b4009bb7f6cef4c2ca89624fe9e1f5 Mon Sep 17 00:00:00 2001 From: Josip Rodin Date: Sat, 30 Sep 2000 20:03:57 +0000 Subject: should be used here CVS version numbers Makefile: 1.19 -> 1.20 --- Makefile | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 92f93861d6a..1d73563fe6d 100644 --- a/Makefile +++ b/Makefile @@ -3,17 +3,17 @@ LANGUAGES := arabic chinese croatian danish dutch english esperanto finnish \ french german hungarian italian japanese korean norwegian \ polish portuguese romanian russian spanish swedish turkish -LANGUAGES-install := $(addsuffix -install,${LANGUAGES}) +LANGUAGES-install := $(addsuffix -install,$(LANGUAGES)) .SUFFIXES: -.PHONY: install all ${LANGUAGES} ${LANGUAGES-install} +.PHONY: install all $(LANGUAGES) $(LANGUAGES-install) -install: ${LANGUAGES-install} +install: $(LANGUAGES-install) -all: ${LANGUAGES} +all: $(LANGUAGES) -${LANGUAGES-install}: - ${MAKE} -C $(subst -install,,$@) install +$(LANGUAGES-install): + $(MAKE) -C $(subst -install,,$@) install -${LANGUAGES}: - ${MAKE} -C $@ +$(LANGUAGES): + $(MAKE) -C $@ -- cgit v1.2.3