diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-11-20 09:15:29 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-11-20 09:15:29 +0000 |
commit | ac005f402389542b123fd41fd9fc54322f3becf1 (patch) | |
tree | 6234c1b385dd10b6716c676108ecf68856ea7480 /Build/source/libs/icu/Makefile.in | |
parent | 9301a1dd22ac8cedf4f7f980c96ef9e4f2bd37c2 (diff) |
somewhat reorganize libs build system
git-svn-id: svn://tug.org/texlive/trunk@16091 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/icu/Makefile.in')
-rw-r--r-- | Build/source/libs/icu/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Build/source/libs/icu/Makefile.in b/Build/source/libs/icu/Makefile.in index 0036d8d020b..42c03ee6c4c 100644 --- a/Build/source/libs/icu/Makefile.in +++ b/Build/source/libs/icu/Makefile.in @@ -33,7 +33,7 @@ PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ -@build_TRUE@am__append_1 = icu-incl +@build_TRUE@am__append_1 = include subdir = . DIST_COMMON = README $(am__configure_deps) \ $(srcdir)/../../build-aux/config.guess \ @@ -73,7 +73,7 @@ AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ distdir dist dist-all distcheck ETAGS = etags CTAGS = ctags -DIST_SUBDIRS = . icu-incl +DIST_SUBDIRS = . include DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) distdir = $(PACKAGE)-$(VERSION) top_distdir = $(distdir) @@ -673,7 +673,7 @@ uninstall-am: # Rebuild .PHONY: rebuild rebuild: icubuild - cd icu-incl && $(MAKE) $(AM_MAKEFLAGS) all + cd include && $(MAKE) $(AM_MAKEFLAGS) all # in case of an SVN repository dist-hook: |