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>
This commit is contained in:
Juan Quintela 2009-10-06 21:11:15 +02:00 committed by Anthony Liguori
parent 5ab2886765
commit d9ace8b384
1 changed files with 5 additions and 0 deletions

View File

@ -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