]> git.proxmox.com Git - mirror_qemu.git/commit - Makefile
Makefile: Always include rules.mak
authorFam Zheng <famz@redhat.com>
Wed, 1 Jun 2016 04:25:16 +0000 (12:25 +0800)
committerFam Zheng <famz@redhat.com>
Wed, 1 Jun 2016 09:25:50 +0000 (17:25 +0800)
commitfb57c881022ebbf4ad5fdb688360985d11521b4a
tree4116e49215a37076e4da930d44119dbb00061298
parent2f4e4dc237261c76734d8ae1d8e09d2983d2f1ca
Makefile: Always include rules.mak

When config-host.mak is not found it is safe to assume SRC_PATH is ".".
So, it is okay to move inclusion of ruls.mak out of the ifeq condition.

Signed-off-by: Fam Zheng <famz@redhat.com>
Message-id: 1464755128-32490-4-git-send-email-famz@redhat.com
Makefile