mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 22:49:13 +02:00
Use MKDEP make variables instead of hard-coding.
This commit is contained in:
parent
e35282cc13
commit
c1311d80bd
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ default: depend dri.a
|
|||
# what's included by any source file.
|
||||
depend: $(C_SOURCES) $(ASM_SOURCES)
|
||||
touch depend
|
||||
makedepend -fdepend -Y $(INCLUDES) \
|
||||
$(MKDEP) $(MKDEP_OPTIONS) -Y $(INCLUDES) \
|
||||
$(C_SOURCES) $(ASM_SOURCES) >& /dev/null
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue