Skip to content

Commit

Permalink
Fix out of tree builds.
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3692 c046a42c-6fe2-441c-8c8c-71466251a162
  • Loading branch information
pbrook committed Nov 18, 2007
1 parent 189cd4d commit 8c462f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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=

Expand Down

0 comments on commit 8c462f8

Please sign in to comment.