avoid running the autotools when building package guile

This commit is contained in:
Volker Grabsch 2010-04-12 02:25:36 +02:00
parent 9d05d00a30
commit ffa1134d7c
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,8 @@ define $(PKG)_UPDATE
endef
define $(PKG)_BUILD
touch '$(1)/configure'
touch '$(1)/guile-readline/configure'
cd '$(1)' && ./configure \
--host='$(TARGET)' \
--prefix='$(PREFIX)/$(TARGET)' \