summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAmit Shah <amit.shah@redhat.com>2010-02-26 14:00:28 +0530
committerAurelien Jarno <aurelien@aurel32.net>2010-02-27 16:10:46 +0100
commit9e0a5d5495289337da3ae871890ac3fd58351992 (patch)
tree62731467792b0c0148c1b71bfd01655d343f2392 /Makefile
parent7ea06da32be0d590dd4b4f3174d450431d1af0f1 (diff)
downloadqemu-9e0a5d5495289337da3ae871890ac3fd58351992.tar.gz
Fix 'make install' from non-srcdir build
Commit b5ec5ce0 broke 'make install' from non source-dir build. Fix. Signed-off-by: Amit Shah <amit.shah@redhat.com> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c6629d6643..aaf8f35205 100644
--- a/Makefile
+++ b/Makefile
@@ -193,7 +193,7 @@ endif
install-sysconfig:
$(INSTALL_DIR) "$(sysconfdir)/qemu"
- $(INSTALL_DATA) sysconfigs/target/target-x86_64.conf "$(sysconfdir)/qemu"
+ $(INSTALL_DATA) $(SRC_PATH)/sysconfigs/target/target-x86_64.conf "$(sysconfdir)/qemu"
install: all $(if $(BUILD_DOCS),install-doc) install-sysconfig
$(INSTALL_DIR) "$(DESTDIR)$(bindir)"