projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fab9864
)
add missing dependency
author
Felix Fietkau
<nbd@openwrt.org>
Fri, 8 May 2009 22:48:05 +0000
(22:48 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Fri, 8 May 2009 22:48:05 +0000
(22:48 +0000)
SVN-Revision: 15717
tools/Makefile
patch
|
blob
|
history
diff --git
a/tools/Makefile
b/tools/Makefile
index e44fac4ad9fa11c731a5a99bd519afc155b80b96..8e3f35ab43b2a4ac23f990c0562167d30959e30e 100644
(file)
--- a/
tools/Makefile
+++ b/
tools/Makefile
@@
-12,6
+12,7
@@
curdir:=tools
$(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
# builddir dependencies
+$(curdir)/automake/compile := $(curdir)/autoconf/install
$(curdir)/squashfs/compile := $(curdir)/lzma/install
$(curdir)/quilt/compile := $(curdir)/sed/install