summaryrefslogtreecommitdiff
path: root/Build/source/libs/icu-xetex/tools/pkgdata/cmnmode.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/icu-xetex/tools/pkgdata/cmnmode.c')
-rw-r--r--Build/source/libs/icu-xetex/tools/pkgdata/cmnmode.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/Build/source/libs/icu-xetex/tools/pkgdata/cmnmode.c b/Build/source/libs/icu-xetex/tools/pkgdata/cmnmode.c
index 2104e9e73ee..05639d144dc 100644
--- a/Build/source/libs/icu-xetex/tools/pkgdata/cmnmode.c
+++ b/Build/source/libs/icu-xetex/tools/pkgdata/cmnmode.c
@@ -1,6 +1,6 @@
/******************************************************************************
*
-* Copyright (C) 2000-2004, International Business Machines
+* Copyright (C) 2000-2006, International Business Machines
* Corporation and others. All Rights Reserved.
*
*******************************************************************************
@@ -76,13 +76,8 @@ void pkg_mode_common(UPKGOptions *o, FileStream *makefile, UErrorCode *status)
sprintf(tmp, "all: $(TARGET)\n\n");
T_FileStream_writeLine(makefile, tmp);
- if(!o->embed) {
T_FileStream_writeLine(makefile, "$(TARGET): $(CMNLIST) $(DATAFILEPATHS)\n"
"\t$(INVOKE) $(GENCMN) -n $(CNAME) -c -s $(SRCDIR) -d $(TARGETDIR) 0 $(CMNLIST)\n\n");
- } else {
- T_FileStream_writeLine(makefile, "$(TARGET): $(CMNLIST) $(DATAFILEPATHS)\n"
- "\t$(INVOKE) $(GENCMN) -n $(CNAME) -c -d $(TARGETDIR) 0 -E $(CMNLIST)\n\n");
- }
if(o->hadStdin == FALSE) { /* shortcut */
T_FileStream_writeLine(makefile, "$(CMNLIST): $(LISTFILES)\n"