diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-10-20 15:06:23 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-10-20 15:06:23 +0000 |
commit | 9848eeb1d429d5421f84f78590b8701849e290d4 (patch) | |
tree | 65fc72cbcd9a219382e63bfa68e6fc74bcdbf403 /package/linux-atm/Makefile | |
parent | 880c2d571df7f30ba3259449d83bcffd8cbdca60 (diff) |
re-libtoolize linux-atm to fix random libname breakage
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9365 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/linux-atm/Makefile')
-rw-r--r-- | package/linux-atm/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/package/linux-atm/Makefile b/package/linux-atm/Makefile index 000ea5c70..8b2da5080 100644 --- a/package/linux-atm/Makefile +++ b/package/linux-atm/Makefile @@ -41,6 +41,11 @@ define Package/atm-tools/description This package contains the Linux ATM tools. endef +define Build/Prepare + $(call Build/Prepare/Default) + $(INSTALL_BIN) $(SCRIPT_DIR)/config.sub $(SCRIPT_DIR)/config.guess $(PKG_BUILD_DIR)/ +endef + define Build/Configure $(call Build/Configure/Default) # prevent autoheader invocation |