summaryrefslogtreecommitdiff
path: root/Build/source/libs/icu/Makefile.am
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2013-01-07 11:51:53 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2013-01-07 11:51:53 +0000
commit4a2a6724d694baa3be57fc73675da454d0b5dbd7 (patch)
tree30bba4e46ec03f6079be4c380cb62934e8f824f1 /Build/source/libs/icu/Makefile.am
parentff2965cb6309bbb592e79d9afce9eb9dc4f99232 (diff)
Drop unused ICU headers
git-svn-id: svn://tug.org/texlive/trunk@28759 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/icu/Makefile.am')
-rw-r--r--Build/source/libs/icu/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/Build/source/libs/icu/Makefile.am b/Build/source/libs/icu/Makefile.am
index 987af97a21b..7c3951003d6 100644
--- a/Build/source/libs/icu/Makefile.am
+++ b/Build/source/libs/icu/Makefile.am
@@ -1,6 +1,6 @@
## Wrapper Makefile.am to build ICU for TeX Live.
##
-## Copyright (C) 2009-2012 Peter Breitenlohner <tex-live@tug.org>
+## Copyright (C) 2009-2013 Peter Breitenlohner <tex-live@tug.org>
##
## This file is free software; the copyright holder
## gives unlimited permission to copy and/or distribute it,
@@ -11,7 +11,7 @@ ACLOCAL_AMFLAGS = -I ../../m4
# Rebuild
.PHONY: rebuild
rebuild: icubuild
- cd include && $(MAKE) $(AM_MAKEFLAGS) all
+ cd include/unicode && $(MAKE) $(AM_MAKEFLAGS) all
SUBDIRS = .
@@ -28,7 +28,7 @@ dist-hook:
if build
all-local: icubuild
-SUBDIRS += include
+SUBDIRS += include/unicode
else !build
all-local: icu-build/Makefile
endif !build