summaryrefslogtreecommitdiffstats
path: root/src/guile.mk
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2010-04-14 23:41:54 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2010-04-14 23:41:54 (GMT)
commitc4ed9e901c0313485c2aeadfb3f38e784a25bc9c (patch)
tree32b53ace9b5e13fe0efbfda4ee0ff5f33a784b3e /src/guile.mk
parent059874a74e4c2e73b8c83be783d519f556ed77b6 (diff)
downloadmxe-c4ed9e901c0313485c2aeadfb3f38e784a25bc9c.zip
mxe-c4ed9e901c0313485c2aeadfb3f38e784a25bc9c.tar.gz
mxe-c4ed9e901c0313485c2aeadfb3f38e784a25bc9c.tar.bz2
don't patch the configure.in files in package guile, thus avoiding timestamp problems (by Tony Theodore)
Diffstat (limited to 'src/guile.mk')
-rw-r--r--src/guile.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/guile.mk b/src/guile.mk
index edcecac..8122d99 100644
--- a/src/guile.mk
+++ b/src/guile.mk
@@ -20,11 +20,6 @@ define $(PKG)_UPDATE
endef
define $(PKG)_BUILD
- # avoid running the autotools after patching
- find '$(1)' -name 'aclocal.m4' -exec touch {} \;
- find '$(1)' -name 'configure' -exec touch {} \;
- find '$(1)' -name 'Makefile.in' -exec touch {} \;
- find '$(1)' -name '*.h.in' -exec touch {} \;
cd '$(1)' && ./configure \
--host='$(TARGET)' \
--prefix='$(PREFIX)/$(TARGET)' \