summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-01-03 10:18:08 +0000
committerEric Andersen <andersen@codepoet.org>2004-01-03 10:18:08 +0000
commita34431ebdc7ef3dde0d82bbb2423a620e9489fc1 (patch)
tree256947d23a2af11f88e44b6ce005e6844e1ec843 /Makefile
parent119b5a98ec0af8518373c1c9b9c8db8810dc5531 (diff)
Be sure to fully clean 2.6 kernel headers on 'make clean'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e40abf45b..96a3f33c8 100644
--- a/Makefile
+++ b/Makefile
@@ -374,7 +374,7 @@ clean:
$(RM) include/sys/$$i; \
done; \
fi;
- @$(RM) include/linux include/scsi include/asm
+ @$(RM) include/linux include/scsi include/asm*
@if [ -d libc/sysdeps/linux/$(TARGET_ARCH) ]; then \
$(MAKE) -C libc/sysdeps/linux/$(TARGET_ARCH) clean; \
fi;