diff options
author | Brian Paul <[email protected]> | 2004-04-07 23:15:26 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2004-04-07 23:15:26 +0000 |
commit | 9f4ccd8aa004054a023cf4add15c990499ac8fc1 (patch) | |
tree | 2fce3b7dfbd30b72b85268472a846668d7d8d4dc /src/mesa/Makefile | |
parent | 216aedbbc6b2e3532821feec173a089f99fdf340 (diff) |
use new MKDEP, MKDEP_OPTIONS variables
Diffstat (limited to 'src/mesa/Makefile')
-rw-r--r-- | src/mesa/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/Makefile b/src/mesa/Makefile index 1ccdf5412c3..d22701b122f 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 |