]> xenbits.xensource.com Git - people/dstodden/blktap.git/commitdiff
Remove executables from .phony target set.
authorDaniel Stodden <daniel.stodden@citrix.com>
Fri, 2 Jan 2009 22:32:32 +0000 (14:32 -0800)
committerDaniel Stodden <daniel.stodden@citrix.com>
Fri, 2 Jan 2009 22:32:32 +0000 (14:32 -0800)
Avoid pointlessly relinking utility programs.

daemon/Makefile
vhd/Makefile

index 8a8e87e6ffbf6137eca69e8a112dda92e2eb8893..db1b3080245e30ba5a4389c51333e30ff4ac7855 100644 (file)
@@ -48,7 +48,7 @@ clean:
        $(MAKE) -C $(LIBDIR) clean
        rm -rf *.o *~ $(IBIN) $(DEPS) xen TAGS
 
-.PHONY: all clean install blktapctrl libblktap
+.PHONY: all clean install libblktap
 
 -include $(DEPS)
 
index 4a43abb116e2dfabc1ea3ce4844895d2e9b170b5..72d368692704a01654e3cdc88ed82e4b8c7ece38 100644 (file)
@@ -48,6 +48,6 @@ clean:
        $(MAKE) -C $(LIBDIR) clean
        rm -rf *.o *~ $(DEPS) $(IBIN)
 
-.PHONY: all build clean install libvhd vhd-util vhd-index vhd-update
+.PHONY: all build clean install libvhd
 
 -include $(DEPS)