summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-01-12 09:21:10 +0000
committerEric Andersen <andersen@codepoet.org>2001-01-12 09:21:10 +0000
commit163df9f27d764392b3a718ddd51a693f3fc874e4 (patch)
tree8717e90c8e470365df09ece4e1376c5e9f7cccb9 /Makefile
parentdee92a2d222d0ebe49a9ddf8c409cbc2431c945b (diff)
Makefile cleanups. For starters, OPTIMIZATION was missing...
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d490a9f1f..5d88e1ad6 100644
--- a/Makefile
+++ b/Makefile
@@ -43,10 +43,10 @@ halfclean:
headers: dummy
@rm -f include/asm include/net include/linux include/bits
- @ln -s $(KERNEL_SOURCE)/include/asm-$(ARCH_DIR) include/asm
+ @ln -s $(KERNEL_SOURCE)/include/asm include/asm
@if [ ! -f include/asm/unistd.h ] ; then \
echo " "; \
- echo "The path '$(KERNEL_SOURCE)/include/asm-$(ARCH_DIR)' doesn't exist."; \
+ echo "The path '$(KERNEL_SOURCE)/include/asm' doesn't exist."; \
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 " "; \