aboutsummaryrefslogtreecommitdiffstats
path: root/package/linux-atm/Makefile
diff options
context:
space:
mode:
authorTravis Kemen <thepeople@openwrt.org>2010-03-15 18:30:56 +0000
committerTravis Kemen <thepeople@openwrt.org>2010-03-15 18:30:56 +0000
commit761c197e2e3b73c2959b8113e7fc0c86cd63a938 (patch)
treeb93845438b450141366dcf8f5f4805ff53ef60df /package/linux-atm/Makefile
parent99acdb0a76e4b7a5fda7956bc942ab4ed2201195 (diff)
downloadupstream-761c197e2e3b73c2959b8113e7fc0c86cd63a938.tar.gz
upstream-761c197e2e3b73c2959b8113e7fc0c86cd63a938.tar.bz2
upstream-761c197e2e3b73c2959b8113e7fc0c86cd63a938.zip
actually fix linux-atm
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20233 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/linux-atm/Makefile')
-rw-r--r--package/linux-atm/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/package/linux-atm/Makefile b/package/linux-atm/Makefile
index 0e469c7a7f..8fd081b70f 100644
--- a/package/linux-atm/Makefile
+++ b/package/linux-atm/Makefile
@@ -46,10 +46,7 @@ define Build/Prepare
endef
define Build/Configure
- (cd $(PKG_BUILD_DIR); \
- ./configure \
- )
- #$(call Build/Configure/Default)
+ $(call Build/Configure/Default)
# prevent autoheader invocation
touch $(PKG_BUILD_DIR)/stamp-h.in
endef