diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-10-20 15:06:23 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-10-20 15:06:23 +0000 |
commit | 63cbb6e47c62a71bf68a3e4c159deac374a09699 (patch) | |
tree | 65fc72cbcd9a219382e63bfa68e6fc74bcdbf403 /package/linux-atm/Makefile | |
parent | 50d845e7ba5ac7a29f742fd9cd6b44d1409a08d2 (diff) | |
download | upstream-63cbb6e47c62a71bf68a3e4c159deac374a09699.tar.gz upstream-63cbb6e47c62a71bf68a3e4c159deac374a09699.tar.bz2 upstream-63cbb6e47c62a71bf68a3e4c159deac374a09699.zip |
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 000ea5c700..8b2da5080b 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 |