aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2007-09-30 10:36:27 +0000
committerMax Horn2007-09-30 10:36:27 +0000
commit182eef40daa4c0eb6794efa7a0c46e6b803e3721 (patch)
tree4964325f5c580d1a02a1b84b3b466786d092f28c
parent939948766b1afbd6437eb5d77563eb3362f62c3c (diff)
downloadscummvm-rg350-182eef40daa4c0eb6794efa7a0c46e6b803e3721.tar.gz
scummvm-rg350-182eef40daa4c0eb6794efa7a0c46e6b803e3721.tar.bz2
scummvm-rg350-182eef40daa4c0eb6794efa7a0c46e6b803e3721.zip
Remove target 'tools' from the deps of target 'all'
svn-id: r29135
-rw-r--r--tools/module.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/module.mk b/tools/module.mk
index 06ee6a573a..365118a0ea 100644
--- a/tools/module.mk
+++ b/tools/module.mk
@@ -15,7 +15,7 @@ TOOLS := \
include $(srcdir)/tools/*/module.mk
# Make sure the 'all' / 'clean' targets build/clean the tools, too
-all: tools
+all:
clean: clean-tools
# Main target