From: Brian Paul Date: Fri, 21 Apr 2006 01:13:16 +0000 (+0000) Subject: depend is not a .PHONY target X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ba999b1a3ff874714f90ad23f14effa6fcceee8a;p=mesa.git depend is not a .PHONY target --- diff --git a/src/mesa/drivers/dri/Makefile.template b/src/mesa/drivers/dri/Makefile.template index 67ef72b1396..4c6102a3844 100644 --- a/src/mesa/drivers/dri/Makefile.template +++ b/src/mesa/drivers/dri/Makefile.template @@ -84,7 +84,6 @@ $(LIB_DIR)/$(LIBNAME): $(LIBNAME) # Run 'make depend' to update the dependencies if you change # what's included by any source file. -.PHONY: depend depend: $(C_SOURCES) $(ASM_SOURCES) $(SYMLINKS) touch depend $(MKDEP) $(MKDEP_OPTIONS) $(DRIVER_DEFINES) $(INCLUDES) $(C_SOURCES) \