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:
parent
5ab2886765
commit
d9ace8b384
1 changed files with 5 additions and 0 deletions
5
Makefile
5
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue