Fix out of tree compilation

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6886 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
blueswir1 2009-03-28 08:14:42 +00:00
parent 5c2f8d2d73
commit de5e5781fb
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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