Commit 7545668bfed32b9d544f6484c627817aa0f59f25
1 parent
640f42e4
Build system: Fix dependency of qemu.1
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7190 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
1 additions
and
1 deletions
Makefile
| ... | ... | @@ -310,7 +310,7 @@ cscope: |
| 310 | 310 | qemu-options.texi: $(SRC_PATH)/qemu-options.hx |
| 311 | 311 | $(call quiet-command,sh $(SRC_PATH)/hxtool -t < $< > $@," GEN $@") |
| 312 | 312 | |
| 313 | -qemu.1: qemu-doc.texi | |
| 313 | +qemu.1: qemu-doc.texi qemu-options.texi | |
| 314 | 314 | $(call quiet-command, \ |
| 315 | 315 | perl -Ww -- $(SRC_PATH)/texi2pod.pl $< qemu.pod && \ |
| 316 | 316 | pod2man --section=1 --center=" " --release=" " qemu.pod > $@, \ | ... | ... |