WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] tiny makefile fix.

ChangeSet 1.1344, 2005/03/22 09:39:10+00:00, kaf24@xxxxxxxxxxxxxxxxxxxx

        tiny makefile fix.
        Signed-off-by: Keir Fraser <keir@xxxxxxxxxxxxx>



 Makefile |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


diff -Nru a/xen/tools/figlet/Makefile b/xen/tools/figlet/Makefile
--- a/xen/tools/figlet/Makefile 2005-03-22 05:04:05 -05:00
+++ b/xen/tools/figlet/Makefile 2005-03-22 05:04:05 -05:00
@@ -1,5 +1,5 @@
 
-include ../../Config.mk
+include $(BASEDIR)/../Config.mk
 
 figlet: figlet.c
        $(HOSTCC) -o $@ $<


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] tiny makefile fix., BitKeeper Bot <=