changeset 845:772383070e1e

avoid running the autotools when building package guile
author Volker Grabsch <vog@notjusthosting.com>
date Mon, 12 Apr 2010 02:25:36 +0200
parents 80738f6f27a0
children b909afb8b469
files src/guile.mk
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/guile.mk	Sat Apr 10 08:27:23 2010 +0200
+++ b/src/guile.mk	Mon Apr 12 02:25:36 2010 +0200
@@ -20,6 +20,8 @@
 endef
 
 define $(PKG)_BUILD
+    touch '$(1)/configure'
+    touch '$(1)/guile-readline/configure'
     cd '$(1)' && ./configure \
         --host='$(TARGET)' \
         --prefix='$(PREFIX)/$(TARGET)' \