mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-02-26 22:25:12 -07:00
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 changed files with 2 additions and 2 deletions
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…
Add table
Add a link
Reference in a new issue