]> git.proxmox.com Git - mirror_qemu.git/commit - Makefile
Remove useless check for config-host.mak
authorJuan Quintela <quintela@redhat.com>
Wed, 7 Oct 2009 00:40:59 +0000 (02:40 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 9 Oct 2009 02:17:03 +0000 (21:17 -0500)
commite5efe7f5d2ac78a72c9fe3b2217177d2ce1502ec
treecaa99e75a41f40d62a8e0d63eb13ad7d8edba924
parent1215c6e7615897e4a0bfd6867b762a47fc34f37f
Remove useless check for config-host.mak

If config-host.mak dont' exist, we have exited in the check at
the beginning of the file.
Once here, move the bits to the else part of the test at the beginning of
the file.

Patchworks-ID: 35191
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Makefile