# HG changeset patch # User Volker Grabsch # Date 1229297638 -3600 # Node ID c31beae48adb5be877dc44fa104b71c5d84bcc2d # Parent b1514e8e767a81bc6866c63f4ab12f4191b73c0f avoid unnecessary runs of autoheader diff -r b1514e8e767a -r c31beae48adb src/geos.mk --- 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 \