mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-23 09:30:36 +02:00
depend is not a .PHONY target
This commit is contained in:
parent
a95dd106e3
commit
ba999b1a3f
1 changed files with 0 additions and 1 deletions
|
|
@ -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) \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue