diff options
author | Felix Fietkau <nbd@openwrt.org> | 2008-09-02 10:56:56 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2008-09-02 10:56:56 +0000 |
commit | b85d4c1587e4af10c686d7663011217e7341ab83 (patch) | |
tree | ea487a4bb519869540885f96870a54601fd38473 /tools/Makefile | |
parent | 9a2458d554eddbf72046fa68227d2fad9181e69a (diff) | |
download | upstream-b85d4c1587e4af10c686d7663011217e7341ab83.tar.gz upstream-b85d4c1587e4af10c686d7663011217e7341ab83.tar.bz2 upstream-b85d4c1587e4af10c686d7663011217e7341ab83.zip |
quilt depends on sed
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12490 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/Makefile')
-rw-r--r-- | tools/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile index 989f3f0975..d3dc5ad5f5 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -13,6 +13,7 @@ $(curdir)/builddirs := sed sstrip ipkg-utils genext2fs squashfs mtd-utils lzma m # builddir dependencies $(curdir)/squashfs/compile := $(curdir)/lzma/install +$(curdir)/quilt/compile := $(curdir)/sed/install # preparatory work $(STAGING_DIR)/.prepared: $(TMP_DIR)/.build |