diff options
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: |