diff options
author | Juan Quintela <quintela@redhat.com> | 2009-10-06 21:11:15 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-10-06 14:46:11 -0500 |
commit | d9ace8b384744062ddd569a573bc95f38f420c7f (patch) | |
tree | d6c39865e6c8eb0de053b4535b546b3d09684114 /Makefile | |
parent | 5ab288676522b2be3f2b2b1b32ee11b06e1e2de2 (diff) |
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-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |