summaryrefslogtreecommitdiff
path: root/src/mesa
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2006-04-21 01:13:16 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2006-04-21 01:13:16 +0000
commitba999b1a3ff874714f90ad23f14effa6fcceee8a (patch)
tree399f688b8aed063693c138450ad264eb55ab9b6e /src/mesa
parenta95dd106e31217e05bf3621d67f819a65958e5b2 (diff)
depend is not a .PHONY target
Diffstat (limited to 'src/mesa')
-rw-r--r--src/mesa/drivers/dri/Makefile.template1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/Makefile.template b/src/mesa/drivers/dri/Makefile.template
index 67ef72b139..4c6102a384 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) \