diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2015-08-09 16:03:14 +0200 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2015-08-09 16:08:11 +0200 |
commit | e8a30921de49b092eea8f475036561b1985bfbb0 (patch) | |
tree | e3fe93c6f810d30f71feefd05977b0ec30f1f7c1 | |
parent | d6d20de8b7ff6da6f3d29c5edb0ae3070f997f30 (diff) | |
download | glibc-e8a30921de49b092eea8f475036561b1985bfbb0.tar.gz glibc-e8a30921de49b092eea8f475036561b1985bfbb0.tar.xz glibc-e8a30921de49b092eea8f475036561b1985bfbb0.zip |
Remove unused variables from timezone/Makefile
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | timezone/Makefile | 9 |
2 files changed, 5 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog index 38d8d1bce6..1aef9183d4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-08-09 Andreas Schwab <schwab@linux-m68k.org> + + * timezone/Makefile (tzbases, tzlinks, tzfiles): Don't define. + (generated): Don't add $(addprefix z.,$(tzfiles)). + 2015-08-09 Mike Frysinger <vapier@gentoo.org> * nptl/tst-cancel-wrappers.sh: Change 3rd arg to gensub to 1. diff --git a/timezone/Makefile b/timezone/Makefile index 24c93c6051..d2abdec4aa 100644 --- a/timezone/Makefile +++ b/timezone/Makefile @@ -27,15 +27,6 @@ extra-objs := scheck.o ialloc.o others := zdump zic tests := test-tz tst-timezone tst-tzset -# pacificnew doesn't compile; if it is to be used, it should be included in -# northamerica. -tzbases := africa antarctica asia australasia europe northamerica \ - southamerica etcetera factory \ - solar87 solar88 solar89 -tzlinks := backward systemv -tzfiles := $(tzbases) $(tzlinks) - -generated += $(addprefix z.,$(tzfiles)) install-sbin := zic zdump generated-dirs += testdata |