summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 960769d..28056f9 100644
--- a/Makefile
+++ b/Makefile
@@ -74,9 +74,11 @@ mktools:
uninsttools:
cd $(CWD)/unpacked/sed-* && \
- make uninstall
+ export PATH=$(PATH):/sbin && \
+ make uninstall
cd $(CWD)/unpacked/bison-* && \
- make uninstall
+ export PATH=$(PATH):/sbin && \
+ make uninstall
binutils:
rm -Rf $(BUILDDIR)/binutils