diff options
author | Paolo Bonzini | 2012-05-29 11:49:50 +0200 |
---|---|---|
committer | Paolo Bonzini | 2012-06-07 09:21:18 +0200 |
commit | fec90ff0bd522a65beb330ab5ca45a40b2f14f10 (patch) | |
tree | 89571607a3369ef30aa1bf04f26436635c5e1a4c /Makefile | |
parent | build: libcacard Makefile cleanups (diff) | |
download | qemu-fec90ff0bd522a65beb330ab5ca45a40b2f14f10.tar.gz qemu-fec90ff0bd522a65beb330ab5ca45a40b2f14f10.tar.xz qemu-fec90ff0bd522a65beb330ab5ca45a40b2f14f10.zip |
build: limit usage of vpath
All paths are now explicitly given, and the object tree mimics
the source tree, so there is no need to apply special vpaths.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ configure: ; .PHONY: all clean cscope distclean dvi html info install install-doc \ pdf recurse-all speed tar tarbin test build-all -$(call set-vpath, $(SRC_PATH):$(SRC_PATH)/hw) +$(call set-vpath, $(SRC_PATH)) LIBS+=-lz $(LIBS_TOOLS) |