summaryrefslogtreecommitdiff
path: root/mk/buildhlp.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2013-10-29 09:17:25 +0100
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2013-10-29 09:17:25 +0100
commit1e8a2130a5b5ce6697956379e17bdeee435286ae (patch)
tree03b6973807cff8fbf3a11e6a114d234175727ca5 /mk/buildhlp.mk
parent6c4a3cbc980b8c99b6064073bcb54bdbe73bcd0a (diff)
update python2 and use new host infrastructure
Diffstat (limited to 'mk/buildhlp.mk')
-rw-r--r--mk/buildhlp.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/buildhlp.mk b/mk/buildhlp.mk
index 8b6a4a8c8..ef8c55391 100644
--- a/mk/buildhlp.mk
+++ b/mk/buildhlp.mk
@@ -98,12 +98,12 @@ endif
env ${AUTOTOOL_ENV} autoreconf -if)
@rm -rf ${WRKDIR}.orig/${PKG_NAME}-${PKG_VERSION}/autom4te.cache
@# restore config.sub/config.guess
- @for i in $$(find ${WRKDIR}.orig -name config.sub);do \
+ @for i in $$(find ${WRKDIR} -name config.sub);do \
if [ -f $$i.bak ];then \
mv $$i.bak $$i; \
fi;\
done
- @for i in $$(find ${WRKDIR}.orig -name config.guess);do \
+ @for i in $$(find ${WRKDIR} -name config.guess);do \
if [ -f $$i.bak ];then \
mv $$i.bak $$i; \
fi;\