changeset 202:c31beae48adb

avoid unnecessary runs of autoheader
author Volker Grabsch <vog@notjusthosting.com>
date Mon, 15 Dec 2008 00:33:58 +0100
parents b1514e8e767a
children 5e5c9f9cabcb
files src/geos.mk
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/geos.mk	Sat Dec 13 17:14:54 2008 +0100
+++ b/src/geos.mk	Mon Dec 15 00:33:58 2008 +0100
@@ -21,6 +21,8 @@
     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 \