diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-02-22 18:10:23 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-02-22 18:10:23 +0000 |
commit | 25d318e815d06a829354f84d0d8e4e206473123c (patch) | |
tree | 1e728b5c0c7fbbe2f073c2cd58e791a5ce3ba39e /tools/Makefile | |
parent | aa0778f77efb1d5c0d49e66a9d52ff438bc1ba7d (diff) | |
download | upstream-25d318e815d06a829354f84d0d8e4e206473123c.tar.gz upstream-25d318e815d06a829354f84d0d8e4e206473123c.tar.bz2 upstream-25d318e815d06a829354f84d0d8e4e206473123c.zip |
merge host build of lua from tools/ into package/lua/Makefile
SVN-Revision: 14622
Diffstat (limited to 'tools/Makefile')
-rw-r--r-- | tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile index c0bbcdbeea..8ff50cc43e 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -9,7 +9,7 @@ curdir:=tools # subdirectories to descend into -$(curdir)/builddirs := sed sstrip ipkg-utils genext2fs squashfs mtd-utils lzma mkimage firmware-utils patch-cmdline pkg-config automake $(if $(CONFIG_CCACHE),ccache) bison $(if $(CONFIG_powerpc),dtc) lua quilt autoconf $(if $(CONFIG_GCC_VERSION_4_3),gmp mpfr) yaffs2 +$(curdir)/builddirs := sed sstrip ipkg-utils genext2fs squashfs mtd-utils lzma mkimage firmware-utils patch-cmdline pkg-config automake $(if $(CONFIG_CCACHE),ccache) bison $(if $(CONFIG_powerpc),dtc) quilt autoconf $(if $(CONFIG_GCC_VERSION_4_3),gmp mpfr) yaffs2 # builddir dependencies $(curdir)/squashfs/compile := $(curdir)/lzma/install |