force automake invocation

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1717 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Nicolas Thill 2005-08-22 06:59:56 +00:00
parent 339086a13f
commit 7f00f46c2c
1 changed files with 1 additions and 6 deletions

View File

@ -25,12 +25,7 @@ $(eval $(call PKG_template,LINUX_ATM,linux-atm,$(PKG_VERSION)-$(PKG_RELEASE),$(A
$(PKG_BUILD_DIR)/.configured:
(cd $(PKG_BUILD_DIR); rm -rf config.{cache,status} ; \
autoconf; \
touch configure.in ; \
touch acinclude.m4 ; \
touch aclocal.m4 ; \
touch Makefile.in ; \
touch config.h.in ; \
touch configure ; \
automake; \
$(TARGET_CONFIGURE_OPTS) \
CFLAGS="$(TARGET_CFLAGS)" \
CPPFLAGS="-I$(STAGING_DIR)/usr/include" \