summaryrefslogtreecommitdiff
path: root/openwrt/package
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-08-22 06:59:56 +0000
committerNicolas Thill <nico@openwrt.org>2005-08-22 06:59:56 +0000
commitd7e8e027b140ffe75d7ca223dc232040a6381c52 (patch)
tree2b0f9b6c03460441c0146a69cb2ef076b689c1b6 /openwrt/package
parentb9e470360497e9d1954f124aad2405e41801def4 (diff)
downloadmtk-20170518-d7e8e027b140ffe75d7ca223dc232040a6381c52.zip
mtk-20170518-d7e8e027b140ffe75d7ca223dc232040a6381c52.tar.gz
mtk-20170518-d7e8e027b140ffe75d7ca223dc232040a6381c52.tar.bz2
force automake invocation
SVN-Revision: 1717
Diffstat (limited to 'openwrt/package')
-rw-r--r--openwrt/package/linux-atm/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/openwrt/package/linux-atm/Makefile b/openwrt/package/linux-atm/Makefile
index adc0a65..87746cf 100644
--- a/openwrt/package/linux-atm/Makefile
+++ b/openwrt/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" \