aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJuan Quintela <quintela@redhat.com>2009-10-06 21:11:15 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2009-10-06 14:46:11 -0500
commitd9ace8b384744062ddd569a573bc95f38f420c7f (patch)
treed6c39865e6c8eb0de053b4535b546b3d09684114 /Makefile
parent5ab288676522b2be3f2b2b1b32ee11b06e1e2de2 (diff)
downloadqemu-d9ace8b384744062ddd569a573bc95f38f420c7f.zip
qemu-d9ace8b384744062ddd569a573bc95f38f420c7f.tar.gz
qemu-d9ace8b384744062ddd569a573bc95f38f420c7f.tar.bz2
configure and Makefile are not generated in qemu
Just say it to make Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2f0441e..c552739 100644
--- a/Makefile
+++ b/Makefile
@@ -11,6 +11,11 @@ config-host.mak:
@exit 1
endif
+# Don't try to regenerate Makefile or configure
+# We don't generate any of them
+Makefile: ;
+configure: ;
+
.PHONY: all clean cscope distclean dvi html info install install-doc \
recurse-all speed tar tarbin test build-all