configure and Makefile are not generated in qemu
authorJuan Quintela <quintela@redhat.com>
Tue, 6 Oct 2009 19:11:15 +0000 (21:11 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 6 Oct 2009 19:46:11 +0000 (14:46 -0500)
Just say it to make

Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Makefile

index 2f0441e..c552739 100644 (file)
--- 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