summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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