qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [6886] Fix out of tree compilation


From: Blue Swirl
Subject: [Qemu-devel] [6886] Fix out of tree compilation
Date: Sat, 28 Mar 2009 08:14:43 +0000

Revision: 6886
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6886
Author:   blueswir1
Date:     2009-03-28 08:14:42 +0000 (Sat, 28 Mar 2009)
Log Message:
-----------
Fix out of tree compilation

Modified Paths:
--------------
    trunk/Makefile
    trunk/Makefile.target

Modified: trunk/Makefile
===================================================================
--- trunk/Makefile      2009-03-28 08:13:56 UTC (rev 6885)
+++ trunk/Makefile      2009-03-28 08:14:42 UTC (rev 6886)
@@ -292,7 +292,7 @@
        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

Modified: trunk/Makefile.target
===================================================================
--- trunk/Makefile.target       2009-03-28 08:13:56 UTC (rev 6885)
+++ trunk/Makefile.target       2009-03-28 08:14:42 UTC (rev 6886)
@@ -747,7 +747,7 @@
 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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]