summaryrefslogtreecommitdiffstats
path: root/Makefile.target
diff options
context:
space:
mode:
authorPaul Brook2009-05-25 19:54:53 +0200
committerPaul Brook2009-05-25 19:56:13 +0200
commitc2fb26379e8bd0586f3ff054538217377f86635f (patch)
treec4a8640f8073bb52a657cee92d19126cc4e2de5f /Makefile.target
parentRemove unused variable (diff)
downloadqemu-c2fb26379e8bd0586f3ff054538217377f86635f.tar.gz
qemu-c2fb26379e8bd0586f3ff054538217377f86635f.tar.xz
qemu-c2fb26379e8bd0586f3ff054538217377f86635f.zip
Add dummy command to submakefiles
Add a dummy command to the all: rule in sub-makefiles. This avoids "Nothing to be done for `all'." messages from make. Signed-off-by: Paul Brook <paul@codesourcery.com>
Diffstat (limited to 'Makefile.target')
-rw-r--r--Makefile.target2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.target b/Makefile.target
index 664a1e30c1..f9f1c5984f 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -128,6 +128,8 @@ kvm.o: CFLAGS+=$(KVM_CFLAGS)
kvm-all.o: CFLAGS+=$(KVM_CFLAGS)
all: $(PROGS)
+# Dummy command so that make thinks it has done something
+ @true
#########################################################
# cpu emulator library