aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 26ce3657b2..2bee52cb85 100644
--- a/Makefile
+++ b/Makefile
@@ -292,7 +292,7 @@ cscope:
texi2dvi -I . $<
qemu-options.texi: $(SRC_PATH)/qemu-options.hx
- sh ./hxtool -t < $< > $@
+ sh $(SRC_PATH)/hxtool -t < $< > $@
qemu.1: qemu-doc.texi
perl -Ww -- $(SRC_PATH)/texi2pod.pl $< qemu.pod