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 | bd3402a74051b851a2b7094db273ee0137a8b2a8 (patch) | |
tree | a89e7327fa5f6efc12d47682ffc1294bc5d9c0a1 /package/linux-atm/Makefile | |
parent | db9e706f8c1427752e6a17ed210138ac11d93935 (diff) | |
download | upstream-bd3402a74051b851a2b7094db273ee0137a8b2a8.tar.gz upstream-bd3402a74051b851a2b7094db273ee0137a8b2a8.tar.bz2 upstream-bd3402a74051b851a2b7094db273ee0137a8b2a8.zip |
re-libtoolize linux-atm to fix random libname breakage
SVN-Revision: 9365
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 |