diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-10-01 04:01:04 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-10-01 04:01:04 +0000 |
commit | 351c1d9029844a97d2771da883fc2b432d5e1bd4 (patch) | |
tree | a34bd9ebca22836e7054ff78d1f503c718d62e6f /extra/locale | |
parent | 6a95b43a5e864f811c7c8083f598dc07f7ea9d17 (diff) |
Sigh. OpenBSD used /usr/bin/{true|false}
Diffstat (limited to 'extra/locale')
-rw-r--r-- | extra/locale/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/locale/Makefile b/extra/locale/Makefile index 174329817..d97dba25b 100644 --- a/extra/locale/Makefile +++ b/extra/locale/Makefile @@ -22,7 +22,7 @@ codesets.txt: echo -e " $(EXTRA_LOCALE_DIR)/codesets.txt"; \ echo "and then edit that file to disable/enable the codesets you wish to support. "; \ echo " "; \ - /bin/false; \ + false; \ fi; gen_wc8bit: gen_wc8bit.c @@ -61,7 +61,7 @@ locales.txt: echo "then edit locales.txt to disable/enable the locales you wish "; \ echo "to support. "; \ echo " "; \ - /bin/false; \ + false; \ fi; ifneq ($(TARGET_ARCH),$(NATIVE_ARCH)) |