summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2004-05-31 22:34:49 +0000
committerEric Anholt <anholt@FreeBSD.org>2004-05-31 22:34:49 +0000
commitc1311d80bd0b2661581bb510c18780d7603cd014 (patch)
tree50f6b08eb12b66d4f4914f4cd08122ab56694321
parente35282cc13acc61d1a789ab729ae6a0ea72aa17b (diff)
Use MKDEP make variables instead of hard-coding.
-rw-r--r--src/mesa/drivers/dri/dri_client/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/dri_client/Makefile b/src/mesa/drivers/dri/dri_client/Makefile
index 6fcfab7ec9..4f90cbfd46 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