From 4e395306e8c74411b565df245e7e6d7cda433377 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 27 May 1996 14:11:05 +0000 Subject: Mon May 27 10:10:00 1996 Roland McGrath * time/Makefile (z.% rule): Generate generic zone%/ rule after zone%/right/ and zone%/posix/ rules so they match first. --- time/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'time') diff --git a/time/Makefile b/time/Makefile index fa7877d14b..bd4d6b1c3c 100644 --- a/time/Makefile +++ b/time/Makefile @@ -82,15 +82,15 @@ $(tzfiles:%=$(objpfx)z.%): $(objpfx)z.%: % Makefile echo 'endef' ;\ echo '$*-zones := $$(subst $$(nl), ,$$($*-zones))' ;\ echo 'ifdef $*-zones' ;\ - echo '$$(addprefix $$(datadir)/zone%/,$$($*-zones)): \' ;\ - echo '$< $$(objpfx)zic $$(leapseconds) yearistype' ;\ - echo ' $$(tzcompile)' ;\ echo '$$(addprefix $$(datadir)/zone%/right/,$$($*-zones)): \' ;\ echo '$< $$(objpfx)zic leapseconds yearistype' ;\ echo ' $$(tzcompile)' ;\ echo '$$(addprefix $$(datadir)/zone%/posix/,$$($*-zones)): \' ;\ echo '$< $$(objpfx)zic /dev/null yearistype' ;\ echo ' $$(tzcompile)' ;\ + echo '$$(addprefix $$(datadir)/zone%/,$$($*-zones)): \' ;\ + echo '$< $$(objpfx)zic $$(leapseconds) yearistype' ;\ + echo ' $$(tzcompile)' ;\ echo 'endif' ;\ echo 'zonenames := $$(zonenames) $$($*-zones)' ;\ ) > $@.new -- cgit 1.4.1