]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Do not install iso3166.tab and zone.tab
authorAllan McRae <allan@archlinux.org>
Wed, 21 Mar 2012 15:13:21 +0000 (16:13 +0100)
committerAndreas Jaeger <aj@suse.de>
Wed, 21 Mar 2012 15:13:21 +0000 (16:13 +0100)
2012-03-21  Allan McRae  <allan@archlinux.org>

* timezone/Makefile: Do not install iso3166.tab and zone.tab

ChangeLog
timezone/Makefile

index c10024a541a9c64bf130840be336cf36379409f3..75dbb36091c7ee752309a9abcd4ffc4e6242a9dc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-03-21  Allan McRae  <allan@archlinux.org>
+
+       * timezone/Makefile: Do not install iso3166.tab and zone.tab
+
 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
 
        [BZ #13871]
index 00bfba6e23038663f125fa4d14a5930e839ac783..9e55a6ac54aba289a0fbc5a14858ba120c0b9eeb 100644 (file)
@@ -45,7 +45,6 @@ include ../Makeconfig # Get objpfx defined so we can use it below.
 CPPFLAGS-zic = -DNOT_IN_libc
 
 ifeq ($(have-ksh),yes)
-install-others += $(inst_zonedir)/iso3166.tab $(inst_zonedir)/zone.tab
 install-bin-script = tzselect
 generated += tzselect
 endif
@@ -111,7 +110,3 @@ $(objpfx)tzselect: tzselect.ksh $(common-objpfx)config.make
            -e 's%@TZDIR@%$(zonedir)%g' < $< > $@.new
        chmod 555 $@.new
        mv -f $@.new $@
-
-$(addprefix $(inst_zonedir)/,iso3166.tab zone.tab): \
-    $(inst_zonedir)/%: % $(+force)
-       $(do-install)