diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-03-06 21:42:48 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-03-06 21:42:48 +0000 |
commit | fef8f37692175b97a990ae5ec9860da067a8a565 (patch) | |
tree | e747fe0d33042f0b71045a64ecf37470d9b996ac /package/kexec-tools/Makefile | |
parent | 693bc17d4013852e837aae527c2e9048865cba22 (diff) | |
download | upstream-fef8f37692175b97a990ae5ec9860da067a8a565.tar.gz upstream-fef8f37692175b97a990ae5ec9860da067a8a565.tar.bz2 upstream-fef8f37692175b97a990ae5ec9860da067a8a565.zip |
change PKG_FIXUP:=libtool to PKG_FIXUP:=autoreconf
SVN-Revision: 25904
Diffstat (limited to 'package/kexec-tools/Makefile')
-rw-r--r-- | package/kexec-tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kexec-tools/Makefile b/package/kexec-tools/Makefile index 0e2ca2274a..101572b027 100644 --- a/package/kexec-tools/Makefile +++ b/package/kexec-tools/Makefile @@ -15,7 +15,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=@KERNEL/linux/utils/kernel/kexec PKG_MD5SUM:=35d05fed1c97008ac34c5bfb929295eb -PKG_FIXUP:=libtool +PKG_FIXUP:=autoreconf include $(INCLUDE_DIR)/package.mk |