From: Daniel Stodden Date: Fri, 2 Jan 2009 22:32:32 +0000 (-0800) Subject: Remove executables from .phony target set. X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=72c2bf6ff3cc37f7e53edaf0ee3088d464ae6b5f;p=people%2Fdstodden%2Fblktap.git Remove executables from .phony target set. Avoid pointlessly relinking utility programs. --- diff --git a/daemon/Makefile b/daemon/Makefile index 8a8e87e..db1b308 100644 --- a/daemon/Makefile +++ b/daemon/Makefile @@ -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) diff --git a/vhd/Makefile b/vhd/Makefile index 4a43abb..72d3686 100644 --- a/vhd/Makefile +++ b/vhd/Makefile @@ -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)