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 /Makefile | |
parent | 6a95b43a5e864f811c7c8083f598dc07f7ea9d17 (diff) |
Sigh. OpenBSD used /usr/bin/{true|false}
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |