diff options
author | Travis Kemen <thepeople@openwrt.org> | 2010-03-15 18:30:56 +0000 |
---|---|---|
committer | Travis Kemen <thepeople@openwrt.org> | 2010-03-15 18:30:56 +0000 |
commit | 04c3691df1c2b0be95b13ba0ac6b04727efc13e9 (patch) | |
tree | 6393fdab715021f4ef4faa597c820bb826e30619 /package/linux-atm/Makefile | |
parent | 3ab30b486f89cb6f538adabb0ca49c0a9ff91b8c (diff) | |
download | upstream-04c3691df1c2b0be95b13ba0ac6b04727efc13e9.tar.gz upstream-04c3691df1c2b0be95b13ba0ac6b04727efc13e9.tar.bz2 upstream-04c3691df1c2b0be95b13ba0ac6b04727efc13e9.zip |
actually fix linux-atm
SVN-Revision: 20233
Diffstat (limited to 'package/linux-atm/Makefile')
-rw-r--r-- | package/linux-atm/Makefile | 5 |
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 |