summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc13
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 5b5a36c..00e60e1 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -209,6 +209,9 @@ buildworld:
rm -rf ${WORLDTMP}/usr/$$dir; \
done
rm -f ${WORLDTMP}/sys
+ # XXX - Work-around for broken cc/cc_tools/Makefile.
+ # This is beyond dirty...
+ rm -f ${OBJTREE}${.CURDIR}/gnu/usr.bin/cc/cc_tools/.depend
.endif
.for _dir in ${USRDIRS}
mkdir -p ${WORLDTMP}/${_dir}
OpenPOWER on IntegriCloud