summaryrefslogtreecommitdiff
path: root/openwrt/package/linux-atm
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2006-08-04 05:30:27 +0000
committerMike Baker <mbm@openwrt.org>2006-08-04 05:30:27 +0000
commit6c81c75f030fc43a28977211533b2416ebfaecc6 (patch)
tree3b9ec3cf0b0d5b12cbd97614ab748855fd89d266 /openwrt/package/linux-atm
parent429f4764ac6023dd1e0380ff4a476a3c09d99577 (diff)
downloadmtk-20170518-6c81c75f030fc43a28977211533b2416ebfaecc6.zip
mtk-20170518-6c81c75f030fc43a28977211533b2416ebfaecc6.tar.gz
mtk-20170518-6c81c75f030fc43a28977211533b2416ebfaecc6.tar.bz2
more cleanup (make sure to pass TARGET_PATH and not just TARGET_CC)
SVN-Revision: 4432
Diffstat (limited to 'openwrt/package/linux-atm')
-rw-r--r--openwrt/package/linux-atm/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/openwrt/package/linux-atm/Makefile b/openwrt/package/linux-atm/Makefile
index 0b8c59d..56ca90a 100644
--- a/openwrt/package/linux-atm/Makefile
+++ b/openwrt/package/linux-atm/Makefile
@@ -44,11 +44,7 @@ define Build/Configure
endef
define Build/Compile
- rm -rf $(PKG_INSTALL_DIR)
- mkdir -p $(PKG_INSTALL_DIR)
- $(MAKE) -C $(PKG_BUILD_DIR) \
- DESTDIR="$(PKG_INSTALL_DIR)" \
- all install
+ $(call Build/Compile/Default,DESTDIR="$(PKG_INSTALL_DIR)" all install)
endef
define Package/linux-atm/install