diff options
author | Eric Anholt <[email protected]> | 2004-05-31 22:34:49 +0000 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2004-05-31 22:34:49 +0000 |
commit | c1311d80bd0b2661581bb510c18780d7603cd014 (patch) | |
tree | 50f6b08eb12b66d4f4914f4cd08122ab56694321 /src/mesa/drivers/dri | |
parent | e35282cc13acc61d1a789ab729ae6a0ea72aa17b (diff) |
Use MKDEP make variables instead of hard-coding.
Diffstat (limited to 'src/mesa/drivers/dri')
-rw-r--r-- | src/mesa/drivers/dri/dri_client/Makefile | 2 |
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 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 |