diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2010-10-05 13:54:49 -0500 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2010-10-05 13:54:49 -0500 |
commit | 48f57044e6a826329ebcac5d5a76d776a14e5d43 (patch) | |
tree | cc99327c9a0d496ed0c400a31c919b517f9d09f4 /Makefile | |
parent | e0c8a796d522b80c21b005a19610829c4be2154f (diff) | |
parent | a18b2ce2ed9dc747c2ebab5a220517624e4ff3df (diff) | |
download | qemu-48f57044e6a826329ebcac5d5a76d776a14e5d43.zip |
Merge remote branch 'qmp/for-anthony' into staging
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -255,10 +255,10 @@ TEXIFLAG=$(if $(V),,--quiet) qemu-options.texi: $(SRC_PATH)/qemu-options.hx $(call quiet-command,sh $(SRC_PATH)/hxtool -t < $< > $@," GEN $@") -qemu-monitor.texi: $(SRC_PATH)/qemu-monitor.hx +qemu-monitor.texi: $(SRC_PATH)/hmp-commands.hx $(call quiet-command,sh $(SRC_PATH)/hxtool -t < $< > $@," GEN $@") -QMP/qmp-commands.txt: $(SRC_PATH)/qemu-monitor.hx +QMP/qmp-commands.txt: $(SRC_PATH)/qmp-commands.hx $(call quiet-command,sh $(SRC_PATH)/hxtool -q < $< > $@," GEN $@") qemu-img-cmds.texi: $(SRC_PATH)/qemu-img-cmds.hx |