aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoriap10@freefall.cl.cam.ac.uk <iap10@freefall.cl.cam.ac.uk>2003-05-07 16:49:52 +0000
committeriap10@freefall.cl.cam.ac.uk <iap10@freefall.cl.cam.ac.uk>2003-05-07 16:49:52 +0000
commitb4daf74e552c8165626e7a07e8dfcf3fa0d8d6ea (patch)
treeb2a8f6d2f8ff6e7da021cfdfb198b62e39c9cee6
parent76eebc7f2ae1a8c63efb193b5ce0b8d9feabf4c2 (diff)
downloadxen-b4daf74e552c8165626e7a07e8dfcf3fa0d8d6ea.tar.gz
xen-b4daf74e552c8165626e7a07e8dfcf3fa0d8d6ea.tar.bz2
xen-b4daf74e552c8165626e7a07e8dfcf3fa0d8d6ea.zip
bitkeeper revision 1.214 (3eb939304B975xl_ENp3_2N45s2JjA)
install xi_list and xi_vifinit
-rw-r--r--tools/internal/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/internal/Makefile b/tools/internal/Makefile
index b695595455..3e60bd9fb2 100644
--- a/tools/internal/Makefile
+++ b/tools/internal/Makefile
@@ -28,7 +28,7 @@ $(XI_DESTROY).o: $(XI_DESTROY).c dom0_ops.h dom0_defs.h
$(CC) -c $(XI_DESTROY).c
install: all
- cp -a $(XI_CREATE) $(XI_BUILD) $(XI_START) $(XI_STOP) $(XI_DESTROY) ../../../install/bin
+ cp -a xi_list xi_vifinit $(XI_CREATE) $(XI_BUILD) $(XI_START) $(XI_STOP) $(XI_DESTROY) ../../../install/bin
clean:
$(RM) *.o $(XI_CREATE) $(XI_START) $(XI_STOP) $(XI_DESTROY) $(XI_BUILD)