From 59bc10ee01038f93a13d0471f799e6ad2e1e5ee5 Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Mon, 4 Jan 2010 11:02:28 +0100 Subject: finish VPATH -> vpath translation This adds a few more vpath suffixes and points the remaining two paths explicitly to $(SRC_PATH) in order to eliminate the VPATH assignment from config-host.mak. Signed-off-by: Paolo Bonzini Cc: Juan Quintela Signed-off-by: Anthony Liguori --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 377fd5edc8..fa7f851eaf 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ ifneq ($(wildcard config-host.mak),) all: build-all include config-host.mak include $(SRC_PATH)/rules.mak -config-host.mak: configure +config-host.mak: $(SRC_PATH)/configure @echo $@ is out-of-date, running configure @sed -n "/.*Configured with/s/[^:]*: //p" $@ | sh else -- cgit v1.2.3