From 9f4ccd8aa004054a023cf4add15c990499ac8fc1 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 7 Apr 2004 23:15:26 +0000 Subject: use new MKDEP, MKDEP_OPTIONS variables --- src/mesa/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa') diff --git a/src/mesa/Makefile b/src/mesa/Makefile index 1ccdf5412c..d22701b122 100644 --- a/src/mesa/Makefile +++ b/src/mesa/Makefile @@ -154,7 +154,7 @@ SUBDIRS = array_cache drivers/dri glapi main math sparc swrast swrast_setup \ # Update dependencies depend: $(ALL_SOURCES) touch depend - makedepend -fdepend -Y $(INCLUDE_DIRS) $(ALL_SOURCES) >& /dev/null + $(MKDEP) $(MKDEP_OPTIONS) $(INCLUDE_DIRS) $(ALL_SOURCES) >& /dev/null # Emacs tags -- cgit v1.2.3