aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2012-03-21 16:13:21 +0100
committerAndreas Jaeger <aj@suse.de>2012-03-21 16:13:21 +0100
commita458e7fe3835b8a3bcac5a54733af45cc06fc0da (patch)
treeae042bce4659b9bc3ec8492a4db22d0696a6ac55
parent0cb7efc517a293417880f02e2991483b7ce1e3f9 (diff)
downloadglibc-a458e7fe3835b8a3bcac5a54733af45cc06fc0da.zip
glibc-a458e7fe3835b8a3bcac5a54733af45cc06fc0da.tar.gz
glibc-a458e7fe3835b8a3bcac5a54733af45cc06fc0da.tar.bz2
Do not install iso3166.tab and zone.tab
2012-03-21 Allan McRae <allan@archlinux.org> * timezone/Makefile: Do not install iso3166.tab and zone.tab
-rw-r--r--ChangeLog4
-rw-r--r--timezone/Makefile5
2 files changed, 4 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index c10024a..75dbb36 100644
--- 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]
diff --git a/timezone/Makefile b/timezone/Makefile
index 00bfba6..9e55a6a 100644
--- a/timezone/Makefile
+++ b/timezone/Makefile
@@ -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)