summaryrefslogtreecommitdiff
path: root/makefile.in
diff options
context:
space:
mode:
authorRobert de Bath <rdebath@poboxes.com>1998-07-01 01:00:00 +0200
committerLubomir Rintel <lkundrak@v3.sk>2013-10-23 23:40:31 +0200
commitec5f28e3f1400b5dacb88eda2d9db472a20b4349 (patch)
treeb3215b2306709d0412fd7845c78ca63ccaa2e29b /makefile.in
parent2f828530e36a02c5b4c534e42ab812370c2bf7d9 (diff)
downloaddev86-ec5f28e3f1400b5dacb88eda2d9db472a20b4349.tar.gz
Import Dev86src-0.14.3.tar.gzv0.14.3
Diffstat (limited to 'makefile.in')
-rw-r--r--makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/makefile.in b/makefile.in
index 569a79f..7c71599 100644
--- a/makefile.in
+++ b/makefile.in
@@ -113,6 +113,7 @@ bindir: $(MAKEX)
@rm -f include
@ln -s libc/include include 2>/dev/null || true
#ifndef GNUMAKE
+ @rm -f include/linuxmt include/arch || true
@ln -s ../kinclude/linuxmt include/linuxmt 2>/dev/null || true
@ln -s ../kinclude/arch include/arch 2>/dev/null || true
#endif