|   | 
      | 
  
  
      | 
      | 
  
 
     | 
    | 
  
  
     | 
    | 
  
  
    |   | 
      | 
  
  
    | 
         
xen-changelog
[Xen-changelog] Fix tools build.
 
ChangeSet 1.1441, 2005/04/03 12:20:01+01:00, kaf24@viper.(none)
        Fix tools build.
        Signed-off-by: Keir Fraser <keir@xxxxxxxxxxxxx>
 Rules.mk             |    3 +++
 ioemu/iodev/Makefile |    2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)
diff -Nru a/tools/Rules.mk b/tools/Rules.mk
--- a/tools/Rules.mk    2005-04-03 08:03:01 -04:00
+++ b/tools/Rules.mk    2005-04-03 08:03:01 -04:00
@@ -23,3 +23,6 @@
 
 %.o: %.c
        $(CC) $(CPPFLAGS) $(CFLAGS) -c -o $@ $<
+
+%.o: %.cc
+       $(CC) $(CPPFLAGS) $(CXXFLAGS) -c -o $@ $<
diff -Nru a/tools/ioemu/iodev/Makefile b/tools/ioemu/iodev/Makefile
--- a/tools/ioemu/iodev/Makefile        2005-04-03 08:03:01 -04:00
+++ b/tools/ioemu/iodev/Makefile        2005-04-03 08:03:01 -04:00
@@ -10,7 +10,7 @@
 all: device-model
 
 device-model: $(OBJS) $(BXLIBS)
-       $(LINK.o) $(OBJS) $(LOADLIBES) $(LDLIBS) -o $@
+       $(CC) $(LDFLAGS) $(OBJS) $(LOADLIBES) $(LDLIBS) -o $@
 
 include $(TOPDIR)/mk/helix.mk
 
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
 |   
 
| <Prev in Thread] | 
Current Thread | 
[Next in Thread> |  
- [Xen-changelog] Fix tools build.,
BitKeeper Bot <=
  
 |  
  
 | 
    | 
  
  
    |   | 
    |