mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-15 01:42:37 +00:00
ICU-1568 typo in static mode
X-SVN-Rev: 8169
This commit is contained in:
parent
735824aa36
commit
10bef227fa
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue