aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan Quintela <quintela@redhat.com>2009-08-03 14:47:00 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2009-08-10 13:05:46 -0500
commit96d409ebc03086d211aa1efe4214ee537171eb0a (patch)
treee7200c132265fd1baa292e517b0b57a4d7b62f94
parent67f86e8e2ad34e5423477f4621def751ea867e93 (diff)
downloadqemu-96d409ebc03086d211aa1efe4214ee537171eb0a.zip
qemu-96d409ebc03086d211aa1efe4214ee537171eb0a.tar.gz
qemu-96d409ebc03086d211aa1efe4214ee537171eb0a.tar.bz2
CONFIG_POSIX makes more sense that not CONFIG_WIN32
Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> Message-Id:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1475578..afcafad 100644
--- a/Makefile
+++ b/Makefile
@@ -217,7 +217,7 @@ endif
install-doc: $(DOCS)
$(INSTALL_DIR) "$(DESTDIR)$(docdir)"
$(INSTALL_DATA) qemu-doc.html qemu-tech.html "$(DESTDIR)$(docdir)"
-ifndef CONFIG_WIN32
+ifdef CONFIG_POSIX
$(INSTALL_DIR) "$(DESTDIR)$(mandir)/man1"
$(INSTALL_DATA) qemu.1 qemu-img.1 "$(DESTDIR)$(mandir)/man1"
$(INSTALL_DIR) "$(DESTDIR)$(mandir)/man8"