summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2008-12-14 23:33:58 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2008-12-14 23:33:58 (GMT)
commit145d786d6542096c581e32d774eadbaff50b4ed3 (patch)
tree766da0f5cd790c0637f455e2e277f536ac2ffefb
parent2e926c1783d7631fff9b74e054a1e03eca622129 (diff)
downloadmxe-145d786d6542096c581e32d774eadbaff50b4ed3.zip
mxe-145d786d6542096c581e32d774eadbaff50b4ed3.tar.gz
mxe-145d786d6542096c581e32d774eadbaff50b4ed3.tar.bz2
avoid unnecessary runs of autoheader
-rw-r--r--src/geos.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/geos.mk b/src/geos.mk
index cecbe68..3a3a7dc 100644
--- a/src/geos.mk
+++ b/src/geos.mk
@@ -21,6 +21,8 @@ define $(PKG)_BUILD
touch '$(1)/aclocal.m4'
$(SED) 's,-ansi -pedantic,-pedantic,' -i '$(1)/configure'
touch '$(1)/Makefile.in'
+ touch '$(1)/source/headers/config.h.in'
+ touch '$(1)/source/headers/geos/platform.h.in'
cd '$(1)' && ./configure \
--host='$(TARGET)' \
--disable-shared \