projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67f86e8
)
CONFIG_POSIX makes more sense that not CONFIG_WIN32
author
Juan Quintela
<quintela@redhat.com>
Mon, 3 Aug 2009 12:47:00 +0000
(14:47 +0200)
committer
Anthony Liguori
<aliguori@us.ibm.com>
Mon, 10 Aug 2009 18:05:46 +0000
(13:05 -0500)
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Message-Id:
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 14755786ab19dc389519d049d57b4d9834646b20..afcafad3d7a8ab33fb36c7707a80ae959b127075 100644
(file)
--- 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)"
-if
ndef CONFIG_WIN32
+if
def CONFIG_POSIX
$(INSTALL_DIR) "$(DESTDIR)$(mandir)/man1"
$(INSTALL_DATA) qemu.1 qemu-img.1 "$(DESTDIR)$(mandir)/man1"
$(INSTALL_DIR) "$(DESTDIR)$(mandir)/man8"