summaryrefslogtreecommitdiff
path: root/libc/kinclude/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libc/kinclude/Makefile')
-rw-r--r--libc/kinclude/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/libc/kinclude/Makefile b/libc/kinclude/Makefile
index 83d05ed..8982f57 100644
--- a/libc/kinclude/Makefile
+++ b/libc/kinclude/Makefile
@@ -14,10 +14,14 @@ libc.a:
transfer:
-@rm -f ../include/linuxmt
ln -s ../kinclude/linuxmt ../include
+ @touch Used
# This is for use once linuxmt's syscall interface really gets working.
+# beware the arch directory must be removed when you do this.
real_transfer:
-@rm -f ../include/linuxmt
cd ../include ; ln -s ../../linuxmt/include/linuxmt .
clean:
+ -@rm -f ../include/linuxmt
+ -@rm -f Used