qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [COMMIT d9ace8b] configure and Makefile are not generated


From: Anthony Liguori
Subject: [Qemu-commits] [COMMIT d9ace8b] configure and Makefile are not generated in qemu
Date: Tue, 06 Oct 2009 20:05:50 -0000

From: Juan Quintela <address@hidden>

Just say it to make

Signed-off-by: Juan Quintela <address@hidden>
Signed-off-by: Anthony Liguori <address@hidden>

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
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]