# HG changeset patch # User Zheng Li # Date 1269304798 0 # Node ID 30faec648dfb17b876b9f97c678a177131be1558 # Parent 55eda7b8a2ca2acb60a8e1b10cec5462eb6d508b mlvm depends on camldm hence should have the same dependency as camldm Signed-off-by: Zheng Li diff -r 55eda7b8a2ca -r 30faec648dfb Makefile.in --- a/Makefile.in Tue Mar 30 11:30:33 2010 +0100 +++ b/Makefile.in Tue Mar 23 00:39:58 2010 +0000 @@ -28,9 +28,9 @@ endif ifeq ($(HAVE_DEVICE_MAPPER),1) $(MAKE) -C camldm + $(MAKE) -C mlvm endif $(MAKE) -C forking_executioner - $(MAKE) -C mlvm $(MAKE) -C xen-utils .PHONY: allxen @@ -66,9 +66,9 @@ endif ifeq ($(HAVE_DEVICE_MAPPER),1) $(MAKE) -C camldm install + $(MAKE) -C mlvm install endif $(MAKE) -C forking_executioner install - $(MAKE) -C mlvm install $(MAKE) -C xen-utils install installxen: @@ -103,9 +103,9 @@ endif ifeq ($(HAVE_DEVICE_MAPPER),1) $(MAKE) -C camldm uninstall + $(MAKE) -C mlvm uninstall endif $(MAKE) -C forking_executioner uninstall - $(MAKE) -C mlvm uninstall $(MAKE) -C xen-utils uninstall uninstallxen: