From: nico Date: Mon, 22 Aug 2005 06:59:56 +0000 (+0000) Subject: force automake invocation X-Git-Url: http://git.archive.openwrt.org/?a=commitdiff_plain;h=e97f38a7ff114e6892b0f3cc43250c33ceea7f94;p=10.03%2Fopenwrt.git force automake invocation git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1717 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/linux-atm/Makefile b/package/linux-atm/Makefile index adc0a652b..87746cf8c 100644 --- a/package/linux-atm/Makefile +++ b/package/linux-atm/Makefile @@ -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" \