From c1311d80bd0b2661581bb510c18780d7603cd014 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Mon, 31 May 2004 22:34:49 +0000 Subject: [PATCH] Use MKDEP make variables instead of hard-coding. --- src/mesa/drivers/dri/dri_client/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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