From 10bef227fa92075702585367022fe1ecde6c8a9e Mon Sep 17 00:00:00 2001 From: "Steven R. Loomis" Date: Thu, 21 Mar 2002 00:44:32 +0000 Subject: [PATCH] ICU-1568 typo in static mode X-SVN-Rev: 8169 --- icu4c/source/tools/pkgdata/sttcmode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/tools/pkgdata/sttcmode.c b/icu4c/source/tools/pkgdata/sttcmode.c index 64975d69b0e..347277831e2 100644 --- a/icu4c/source/tools/pkgdata/sttcmode.c +++ b/icu4c/source/tools/pkgdata/sttcmode.c @@ -139,7 +139,7 @@ writeObjRules(UPKGOptions *o, FileStream *makefile, CharList **objects) parents = pkg_appendToList(parents, NULL, uprv_strdup(infiles->str)); /* make up commands.. */ - sprintf(stanza, "$(INVOKE) $(GENCCODE) -n $(ENTRYPOINT) -d $(TEMP_DIR) <"); + sprintf(stanza, "$(INVOKE) $(GENCCODE) -n $(ENTRYPOINT) -d $(TEMP_DIR) $<"); commands = pkg_appendToList(commands, NULL, uprv_strdup(stanza)); sprintf(stanza, "$(COMPILE.c) -o $@ $(TEMP_DIR)/%s", cfile);