diff options
author | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-03-28 08:14:42 +0000 |
---|---|---|
committer | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-03-28 08:14:42 +0000 |
commit | de5e5781fbbafc5821630b7d313d29de3298b124 (patch) | |
tree | 8b981c429d3f52cf1e5eaaf9c778ad8febf9c9a2 /Makefile.target | |
parent | 5c2f8d2d73283a14e84fd633a33bdf775f34895b (diff) |
Fix out of tree compilation
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6886 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.target b/Makefile.target index f3f4738f8c..884e78cc52 100644 --- a/Makefile.target +++ b/Makefile.target @@ -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 |