From de5e5781fbbafc5821630b7d313d29de3298b124 Mon Sep 17 00:00:00 2001 From: blueswir1 Date: Sat, 28 Mar 2009 08:14:42 +0000 Subject: Fix out of tree compilation git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6886 c046a42c-6fe2-441c-8c8c-71466251a162 --- Makefile.target | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.target') diff --git a/Makefile.target b/Makefile.target index f3f4738..884e78c 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 -- cgit v1.1