diff mbox

[6/6] configure and Makefile are not generated in qemu

Message ID 31b9235cea7172822761610873af5bb2c79a580d.1254855132.git.quintela@redhat.com
State Superseded
Headers show

Commit Message

Juan Quintela Oct. 6, 2009, 7:11 p.m. UTC
Just say it to make

Signed-off-by: Juan Quintela <quintela@redhat.com>
---
 Makefile |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
diff mbox

Patch

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