summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorpbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>2007-11-18 21:12:37 +0000
committerpbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>2007-11-18 21:12:37 +0000
commit8c462f8ff580e346b0e02373e2ed47903b119c13 (patch)
tree98bd8efdf71171b4adf588f6797a05faabd97522 /Makefile
parent189cd4d4b36368c9164706104e1dc8125067b52f (diff)
downloadqemu-8c462f8ff580e346b0e02373e2ed47903b119c13.tar.gz
Fix out of tree builds.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3692 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 493330c092..e8f0724b5b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,12 +1,12 @@
# Makefile for QEMU.
-VPATH=$(SRC_PATH):$(SRC_PATH)/hw
-
include config-host.mak
.PHONY: all clean distclean dvi info install install-doc tar tarbin \
speed test html dvi info
+VPATH=$(SRC_PATH):$(SRC_PATH)/hw
+
BASE_CFLAGS=
BASE_LDFLAGS=