Use MKDEP make variables instead of hard-coding.
authorEric Anholt <anholt@FreeBSD.org>
Mon, 31 May 2004 22:34:49 +0000 (22:34 +0000)
committerEric Anholt <anholt@FreeBSD.org>
Mon, 31 May 2004 22:34:49 +0000 (22:34 +0000)
src/mesa/drivers/dri/dri_client/Makefile

index 6fcfab7ec9cc4a80e573d16afafe38de729a1e8f..4f90cbfd461682460fa31ccfc5264eb824d0ae42 100644 (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