diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-01-17 05:58:40 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-01-17 05:58:40 +0000 |
commit | c3dfcb25c06f7e74da4f076d0cb33ae932d03908 (patch) | |
tree | 271e39d3f54445c427bf2cb23c09d5c65ef19561 /tools | |
parent | cc7e8eabb10e83c34474871a754be631f5f8f4bf (diff) | |
download | upstream-c3dfcb25c06f7e74da4f076d0cb33ae932d03908.tar.gz upstream-c3dfcb25c06f7e74da4f076d0cb33ae932d03908.tar.bz2 upstream-c3dfcb25c06f7e74da4f076d0cb33ae932d03908.zip |
remove bogus qemu dependency
SVN-Revision: 25032
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile index 634564cd32..701393992e 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -56,7 +56,6 @@ $(curdir)/mm-macros/compile := $(curdir)/automake/install $(curdir)/xorg-macros/compile := $(curdir)/automake/install $(curdir)/missing-macros/compile := $(curdir)/automake/install $(curdir)/e2fsprogs/compile := $(curdir)/automake/install -$(curdir)/qemu/compile := $(curdir)/automake/install $(curdir)/libelf/compile := $(curdir)/automake/install $(curdir)/builddirs := $(tools-y) $(tools-dep) $(tools-) |