From: Eric Anholt Date: Mon, 31 May 2004 22:34:49 +0000 (+0000) Subject: Use MKDEP make variables instead of hard-coding. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c1311d80bd0b2661581bb510c18780d7603cd014;p=mesa.git Use MKDEP make variables instead of hard-coding. --- diff --git a/src/mesa/drivers/dri/dri_client/Makefile b/src/mesa/drivers/dri/dri_client/Makefile index 6fcfab7ec9c..4f90cbfd461 100644 --- a/src/mesa/drivers/dri/dri_client/Makefile +++ b/src/mesa/drivers/dri/dri_client/Makefile @@ -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