diff options
author | Mike Baker <mbm@openwrt.org> | 2006-08-04 05:30:27 +0000 |
---|---|---|
committer | Mike Baker <mbm@openwrt.org> | 2006-08-04 05:30:27 +0000 |
commit | ad8fe944b96ca72bfd408abfd297ea4bf0e0ef9b (patch) | |
tree | eef210eda4aebbb09ffdd1c051b1a61d2ba69aa7 /package/linux-atm | |
parent | 0611443ef95fba15d8f35234d7c37699aa99d296 (diff) | |
download | upstream-ad8fe944b96ca72bfd408abfd297ea4bf0e0ef9b.tar.gz upstream-ad8fe944b96ca72bfd408abfd297ea4bf0e0ef9b.tar.bz2 upstream-ad8fe944b96ca72bfd408abfd297ea4bf0e0ef9b.zip |
more cleanup (make sure to pass TARGET_PATH and not just TARGET_CC)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4432 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/linux-atm')
-rw-r--r-- | package/linux-atm/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/package/linux-atm/Makefile b/package/linux-atm/Makefile index 0b8c59d4e1..56ca90a383 100644 --- a/package/linux-atm/Makefile +++ b/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 |