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} --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index bc3f74a04..ed4bd3d11 100644 --- a/Makefile +++ b/Makefile @@ -102,7 +102,7 @@ headers: dummy echo "I bet you didn't set KERNEL_SOURCE, TARGET_ARCH or HAS_MMU in \`Config'"; \ echo "correctly. Please edit \`Config' and fix these settings."; \ echo " "; \ - /bin/false; \ + false; \ fi; rm -f include/linux include/scsi ln -fs $(KERNEL_SOURCE)/include/linux include/linux -- cgit v1.2.3