Mon May 27 10:10:00 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
authorRoland McGrath <roland@gnu.org>
Mon, 27 May 1996 14:11:05 +0000 (14:11 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 27 May 1996 14:11:05 +0000 (14:11 +0000)
* time/Makefile (z.% rule): Generate generic zone%/ rule after
zone%/right/ and zone%/posix/ rules so they match first.

ChangeLog
time/Makefile

index 8d914b0..5df192e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon May 27 10:10:00 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
+
+       * time/Makefile (z.% rule): Generate generic zone%/ rule after
+       zone%/right/ and zone%/posix/ rules so they match first.
+
 Sun May 26 15:15:08 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
 
        * features.h [_GNU_SOURCE] (_BSD_SOURCE, _SVID_SOURCE,
index fa7877d..bd4d6b1 100644 (file)
@@ -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