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 | 761c197e2e3b73c2959b8113e7fc0c86cd63a938 (patch) | |
tree | b93845438b450141366dcf8f5f4805ff53ef60df /package/linux-atm/Makefile | |
parent | 99acdb0a76e4b7a5fda7956bc942ab4ed2201195 (diff) | |
download | master-187ad058-761c197e2e3b73c2959b8113e7fc0c86cd63a938.tar.gz master-187ad058-761c197e2e3b73c2959b8113e7fc0c86cd63a938.tar.bz2 master-187ad058-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/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 |