aboutsummaryrefslogtreecommitdiffstats
path: root/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
commit7f00f46c2c13c6b57e672728bbde50cee266b73c (patch)
tree5c1065e0e9e5686d831312cfe71305a6effac43e /package
parent339086a13fe669708a6dea709933295c524661ce (diff)
downloadupstream-7f00f46c2c13c6b57e672728bbde50cee266b73c.tar.gz
upstream-7f00f46c2c13c6b57e672728bbde50cee266b73c.tar.bz2
upstream-7f00f46c2c13c6b57e672728bbde50cee266b73c.zip
force automake invocation
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1717 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/linux-atm/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/package/linux-atm/Makefile b/package/linux-atm/Makefile
index adc0a652b6..87746cf8c3 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" \