From: Juan Quintela Date: Tue, 6 Oct 2009 19:11:15 +0000 (+0200) Subject: configure and Makefile are not generated in qemu X-Git-Tag: v0.12.0-rc0~787 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d9ace8b384744062ddd569a573bc95f38f420c7f;p=thirdparty%2Fqemu.git configure and Makefile are not generated in qemu Just say it to make Signed-off-by: Juan Quintela Signed-off-by: Anthony Liguori --- diff --git a/Makefile b/Makefile index 2f0441e3b5a..c5527398d89 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