diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-10-08 23:22:11 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-10-08 23:22:11 +0000 |
commit | 51abdcd4c3f9e7d1116cddde7e7f1d2a51775ddf (patch) | |
tree | d33e89c90c2ac7b9ec9b5b8789b9735da320321a /extra | |
parent | a291c2cf5420a9088a6187baa966c0e2ad90f6ec (diff) | |
download | uClibc-alpine-51abdcd4c3f9e7d1116cddde7e7f1d2a51775ddf.tar.bz2 uClibc-alpine-51abdcd4c3f9e7d1116cddde7e7f1d2a51775ddf.tar.xz |
- sync comment to rule as pointed out by psm.
Diffstat (limited to 'extra')
-rw-r--r-- | extra/locale/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/locale/Makefile.in b/extra/locale/Makefile.in index 9b1cf4bf1..798166497 100644 --- a/extra/locale/Makefile.in +++ b/extra/locale/Makefile.in @@ -64,7 +64,7 @@ $(locale_OUT)/codesets.txt: echo " "; \ echo "You do not have a codesets.txt file. Please create this "; \ echo "file in the $(locale_OUT) directory by running something like: "; \ - echo " cd $(locale_DIR) && find ./charmaps -name \"*.pairs\" > \\"; \ + echo " cd $(locale_DIR) && find charmaps -name \"*.pairs\" > \\"; \ echo " $@"; \ echo "and then edit that file to disable/enable the codesets you wish to support. "; \ echo " "; \ @@ -148,7 +148,7 @@ $(locale_OUT)/lt_defines.h: $(locale_OUT)/locale_tables.h $(locale_OUT)/locale_c $(locale_OUT)/locale_collate.h: $(locale_OUT)/gen_collate $(locale_OUT)/locale_tables.h grep COL_IDX_ $(word 2,$^) | $(SED) -e "s/^.*COL_IDX_\([^, ]*\).*$$/\1/" | \ - sort | uniq | (cd $(dir $(<)) && xargs ./$(notdir $(<))) + sort | uniq | (cd $(<D) && xargs ./$(<F)) $(locale_OUT)/$(LOCALE_DATA_FILENAME): ifeq ($(UCLIBC_DOWNLOAD_PREGENERATED_LOCALE_DATA),y) |