From 351c1d9029844a97d2771da883fc2b432d5e1bd4 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 1 Oct 2002 04:01:04 +0000 Subject: Sigh. OpenBSD used /usr/bin/{true|false} --- extra/locale/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'extra/locale') 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)) -- cgit v1.2.3