Commit de5e5781fbbafc5821630b7d313d29de3298b124
1 parent
5c2f8d2d
Fix out of tree compilation
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6886 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
2 changed files
with
2 additions
and
2 deletions
Makefile
@@ -292,7 +292,7 @@ cscope: | @@ -292,7 +292,7 @@ cscope: | ||
292 | texi2dvi -I . $< | 292 | texi2dvi -I . $< |
293 | 293 | ||
294 | qemu-options.texi: $(SRC_PATH)/qemu-options.hx | 294 | qemu-options.texi: $(SRC_PATH)/qemu-options.hx |
295 | - sh ./hxtool -t < $< > $@ | 295 | + sh $(SRC_PATH)/hxtool -t < $< > $@ |
296 | 296 | ||
297 | qemu.1: qemu-doc.texi | 297 | qemu.1: qemu-doc.texi |
298 | perl -Ww -- $(SRC_PATH)/texi2pod.pl $< qemu.pod | 298 | perl -Ww -- $(SRC_PATH)/texi2pod.pl $< qemu.pod |
Makefile.target
@@ -747,7 +747,7 @@ else | @@ -747,7 +747,7 @@ else | ||
747 | endif | 747 | endif |
748 | 748 | ||
749 | qemu-options.h: $(SRC_PATH)/qemu-options.hx | 749 | qemu-options.h: $(SRC_PATH)/qemu-options.hx |
750 | - sh ../hxtool -h < $< > $@ | 750 | + sh $(SRC_PATH)/hxtool -h < $< > $@ |
751 | 751 | ||
752 | clean: | 752 | clean: |
753 | rm -f *.o *.a *~ $(PROGS) nwfpe/*.o fpu/*.o qemu-options.h | 753 | rm -f *.o *.a *~ $(PROGS) nwfpe/*.o fpu/*.o qemu-options.h |