diff options
author | Steven Barth <cyrus@openwrt.org> | 2008-05-30 18:38:14 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2008-05-30 18:38:14 +0000 |
commit | 13f0dea188f0827caddc3395c23af760bc0ae6bd (patch) | |
tree | aa452b2e0bee641f2666b6648eb9c5ed8cda13d8 /tools/Makefile | |
parent | e19528fa6a0bc5a9e9df39ae383f9922345ade0e (diff) | |
download | upstream-13f0dea188f0827caddc3395c23af760bc0ae6bd.tar.gz upstream-13f0dea188f0827caddc3395c23af760bc0ae6bd.tar.bz2 upstream-13f0dea188f0827caddc3395c23af760bc0ae6bd.zip |
Added lua (lua host bytecode-compiler) to tools/
SVN-Revision: 11304
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 0511a48042..7216d5b158 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) +$(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 # builddir dependencies $(curdir)/squashfs/compile := $(curdir)/lzma/install |