diff options
author | Felix Fietkau <nbd@openwrt.org> | 2008-08-27 14:13:32 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2008-08-27 14:13:32 +0000 |
commit | 3813d5c593a1431cf5d02601993bb942c42f0ab0 (patch) | |
tree | 1ba9ae736d783ae2cedf83493e322ca761a4522e /tools/Makefile | |
parent | 0bb9b01b438b7fdcdf5227b65bc58d9123d429a5 (diff) | |
download | upstream-3813d5c593a1431cf5d02601993bb942c42f0ab0.tar.gz upstream-3813d5c593a1431cf5d02601993bb942c42f0ab0.tar.bz2 upstream-3813d5c593a1431cf5d02601993bb942c42f0ab0.zip |
build and install a current quilt version in tools/
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12398 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 7216d5b158..816cd98bce 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 +$(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 # builddir dependencies $(curdir)/squashfs/compile := $(curdir)/lzma/install |