提交 de5e5781 编写于 作者: B blueswir1

Fix out of tree compilation

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6886 c046a42c-6fe2-441c-8c8c-71466251a162
上级 5c2f8d2d
......@@ -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
......
......@@ -747,7 +747,7 @@ else
endif
qemu-options.h: $(SRC_PATH)/qemu-options.hx
sh ../hxtool -h < $< > $@
sh $(SRC_PATH)/hxtool -h < $< > $@
clean:
rm -f *.o *.a *~ $(PROGS) nwfpe/*.o fpu/*.o qemu-options.h
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册