summaryrefslogtreecommitdiff
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
commit04c3691df1c2b0be95b13ba0ac6b04727efc13e9 (patch)
tree6393fdab715021f4ef4faa597c820bb826e30619 /package/linux-atm/Makefile
parent3ab30b486f89cb6f538adabb0ca49c0a9ff91b8c (diff)
downloadmtk-20170518-04c3691df1c2b0be95b13ba0ac6b04727efc13e9.zip
mtk-20170518-04c3691df1c2b0be95b13ba0ac6b04727efc13e9.tar.gz
mtk-20170518-04c3691df1c2b0be95b13ba0ac6b04727efc13e9.tar.bz2
actually fix linux-atm
SVN-Revision: 20233
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 0e469c7..8fd081b 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