projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ab2886
)
configure and Makefile are not generated in qemu
author
Juan Quintela
<quintela@redhat.com>
Tue, 6 Oct 2009 19:11:15 +0000
(21:11 +0200)
committer
Anthony 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
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 2f0441e3b5a8c5036752fdf44391e04616b9bd09..c5527398d893847fc05795a073573b2d594a1904 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