summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJoerg Koenig <jck@techsat.com>2017-11-08 11:39:20 (GMT)
committerJoerg Koenig <jck@techsat.com>2017-11-08 11:39:20 (GMT)
commit16d73318e1736257f9a0f0bb6c2c8e14ba579c34 (patch)
tree660b644b931dcc090b39a804bb77f0a25a43a719 /Makefile
parente4c17a382593714e42171d99d8963f691c3f18b7 (diff)
downloadcrossppc-16d73318e1736257f9a0f0bb6c2c8e14ba579c34.zip
crossppc-16d73318e1736257f9a0f0bb6c2c8e14ba579c34.tar.gz
crossppc-16d73318e1736257f9a0f0bb6c2c8e14ba579c34.tar.bz2
install-info is installed in /sbin on CentOS 5 and not in Users PATH
Change-Id: I1a547fe56baffaa44c4ebc94361880def863cc19
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