diff options
author | Brian Paul <[email protected]> | 2006-04-21 01:13:16 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2006-04-21 01:13:16 +0000 |
commit | ba999b1a3ff874714f90ad23f14effa6fcceee8a (patch) | |
tree | 399f688b8aed063693c138450ad264eb55ab9b6e | |
parent | a95dd106e31217e05bf3621d67f819a65958e5b2 (diff) |
depend is not a .PHONY target
-rw-r--r-- | src/mesa/drivers/dri/Makefile.template | 1 |
1 files changed, 0 insertions, 1 deletions
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) \ |