summaryrefslogtreecommitdiffstats
path: root/package/linux-atm/Makefile
diff options
context:
space:
mode:
authorthepeople <thepeople@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-03-15 18:30:56 +0000
committerthepeople <thepeople@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-03-15 18:30:56 +0000
commit99cbbb372c592181737c943416760875763d1c7c (patch)
treeb93845438b450141366dcf8f5f4805ff53ef60df /package/linux-atm/Makefile
parent6e3fb9dc77a21ac67d7ea90d0cf66a2dac84feff (diff)
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 0e469c7a7..8fd081b70 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