depend is not a .PHONY target
authorBrian Paul <brian.paul@tungstengraphics.com>
Fri, 21 Apr 2006 01:13:16 +0000 (01:13 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Fri, 21 Apr 2006 01:13:16 +0000 (01:13 +0000)
src/mesa/drivers/dri/Makefile.template

index 67ef72b..4c6102a 100644 (file)
@@ -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) \