summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/glut/glx/Makefile2
-rw-r--r--src/mesa/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/glut/glx/Makefile b/src/glut/glx/Makefile
index 83f66b0bf2..2d76fd52eb 100644
--- a/src/glut/glx/Makefile
+++ b/src/glut/glx/Makefile
@@ -106,6 +106,6 @@ clean:
depend: $(SOURCES)
touch depend
- makedepend -fdepend -Y -I$(TOP)/include $(SOURCES)
+ $(MKDEP) $(MKDEP_OPTIONS) -I$(TOP)/include $(SOURCES)
include depend
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