Use MKDEP make variables instead of hard-coding.

This commit is contained in:
Eric Anholt 2004-05-31 22:34:49 +00:00
parent e35282cc13
commit c1311d80bd
1 changed files with 1 additions and 1 deletions

View File

@ -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