diff options
Diffstat (limited to 'Build/source/libs/icu-xetex/extra/uconv/Makefile.in')
-rw-r--r-- | Build/source/libs/icu-xetex/extra/uconv/Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Build/source/libs/icu-xetex/extra/uconv/Makefile.in b/Build/source/libs/icu-xetex/extra/uconv/Makefile.in index 90e7b31cf5e..6af8810b886 100644 --- a/Build/source/libs/icu-xetex/extra/uconv/Makefile.in +++ b/Build/source/libs/icu-xetex/extra/uconv/Makefile.in @@ -1,6 +1,6 @@ ## ****************************************************************************** ## * -## * Copyright (C) 1999-2005, International Business Machines +## * Copyright (C) 1999-2006, International Business Machines ## * Corporation and others. All Rights Reserved. ## * ## ******************************************************************************* @@ -151,6 +151,8 @@ ifneq ($(UCONVMSG_MODE),static) install-resfiles: $(RESFILES) $(MKINSTALLDIRS) $(DESTDIR)$(ICUDATA_DIR) $(INVOKE) $(BINDIR)/pkgdata -p $(RESDIR) -O pkgdata.inc -m $(PKGMODE) -d $(RESDIR) -I $(INSTALLTO) -T $(RESDIR) $(RESDIR)/$(RESDIR).lst +else +install-resfiles: endif ## |