Commit 8c462f8ff580e346b0e02373e2ed47903b119c13
1 parent
189cd4d4
Fix out of tree builds.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3692 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
2 additions
and
2 deletions
Makefile
| 1 | # Makefile for QEMU. | 1 | # Makefile for QEMU. |
| 2 | 2 | ||
| 3 | -VPATH=$(SRC_PATH):$(SRC_PATH)/hw | ||
| 4 | - | ||
| 5 | include config-host.mak | 3 | include config-host.mak |
| 6 | 4 | ||
| 7 | .PHONY: all clean distclean dvi info install install-doc tar tarbin \ | 5 | .PHONY: all clean distclean dvi info install install-doc tar tarbin \ |
| 8 | speed test html dvi info | 6 | speed test html dvi info |
| 9 | 7 | ||
| 8 | +VPATH=$(SRC_PATH):$(SRC_PATH)/hw | ||
| 9 | + | ||
| 10 | BASE_CFLAGS= | 10 | BASE_CFLAGS= |
| 11 | BASE_LDFLAGS= | 11 | BASE_LDFLAGS= |
| 12 | 12 |