summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-10-01 04:01:04 +0000
committerEric Andersen <andersen@codepoet.org>2002-10-01 04:01:04 +0000
commit351c1d9029844a97d2771da883fc2b432d5e1bd4 (patch)
treea34bd9ebca22836e7054ff78d1f503c718d62e6f /Makefile
parent6a95b43a5e864f811c7c8083f598dc07f7ea9d17 (diff)
Sigh. OpenBSD used /usr/bin/{true|false}
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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