summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-02-12 00:18:33 +0000
committerEric Andersen <andersen@codepoet.org>2004-02-12 00:18:33 +0000
commit935b2624237d36650c5034a6100b5395cf4c6b24 (patch)
treeb06bcd6d23b882851041f4d1e0bf996e92f76bdf /Makefile
parent082e680bd54e999f2bb4eb77141958938b1e9ee9 (diff)
Add our own copies of the include/scsi header files, per what glibc
does, rather than depending on the kernel header files. -Erik
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index df2522395..819cc87b3 100644
--- a/Makefile
+++ b/Makefile
@@ -373,7 +373,7 @@ clean:
$(RM) include/sys/$$i; \
done; \
fi;
- @$(RM) include/linux include/scsi include/asm*
+ @$(RM) include/linux include/asm*
@if [ -d libc/sysdeps/linux/$(TARGET_ARCH) ]; then \
$(MAKE) -C libc/sysdeps/linux/$(TARGET_ARCH) clean; \
fi;