diff options
| author | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-01-17 05:58:40 +0000 | 
|---|---|---|
| committer | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-01-17 05:58:40 +0000 | 
| commit | 8aea298581cfd8203ed5abd82d56c08aa386bf2d (patch) | |
| tree | 41fdd93834d2fda60c31ef60d4ee9a421712f597 | |
| parent | 4a289f7420d41e6cce944d300074dad6f750c8ff (diff) | |
[tools] remove bogus qemu dependency
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25032 3c298f89-4303-0410-b956-a3cf2f4a3e73
| -rw-r--r-- | tools/Makefile | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/tools/Makefile b/tools/Makefile index 634564cd3..701393992 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-) | 
