diff options
| author | Peter S. Mazinger <ps.m@gmx.net> | 2005-12-06 15:44:34 +0000 |
|---|---|---|
| committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-12-06 15:44:34 +0000 |
| commit | dec40863edc983e258161516a57413659b7fcfb9 (patch) | |
| tree | 8f5258c4c2883b883a2c91d35be5cd3a0ab9d022 /utils | |
| parent | 92a148d641dced0bdb03bc9e6166356499e49f80 (diff) | |
Correct typo, iconv binary does not use the internal versions
Diffstat (limited to 'utils')
| -rw-r--r-- | utils/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/Makefile.in b/utils/Makefile.in index f29721bb1..b0bf2c31f 100644 --- a/utils/Makefile.in +++ b/utils/Makefile.in @@ -65,7 +65,7 @@ utils: $(utils_OBJ) $(utils_ICONV_OBJ) $(utils_OBJ): $(utils_OUT)/% : $(utils_DIR)/%.c | $(libc) $(compile.u) -$(utils_OUT)/iconv.c: $(top_srcdir)libc/misc/wchar/wchar.c | $(libc) +$(utils_OUT)/iconv: $(top_srcdir)libc/misc/wchar/wchar.c | $(libc) $(compile.u) hostutils: $(hostutils_OBJ) |
