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:
parent
5c2f8d2d73
commit
de5e5781fb
2
Makefile
2
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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user