summaryrefslogtreecommitdiff
path: root/src/glx
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2004-06-01 00:39:34 +0000
committerEric Anholt <anholt@FreeBSD.org>2004-06-01 00:39:34 +0000
commitf016e2509efd07f789793c12cf44caacc8bac9aa (patch)
treed553218c42aa42ec80a12e9d3fb32136745f4c42 /src/glx
parent2fb5d15ce38d8d298c4fbf8c0bb336154a314b13 (diff)
Missed in last commit:
Build fixing for FreeBSD. GNU make is installed as gmake, so make a MAKE variable (defaults to "make") and use that. Use the MKDEP and MKDEP_OPTIONS more. Our shell isn't bash, so change the instances of ">& /dev/null" to a more compatible "> /dev/null 2>&1".
Diffstat (limited to 'src/glx')
-rw-r--r--src/glx/mini/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/glx/mini/Makefile b/src/glx/mini/Makefile
index 3c1c54a641..c030641feb 100644
--- a/src/glx/mini/Makefile
+++ b/src/glx/mini/Makefile
@@ -57,7 +57,8 @@ drmtest: xf86drm.o drmtest.o
depend: $(C_SOURCES) $(ASM_SOURCES)
touch depend
- makedepend -fdepend -Y $(INCLUDES) $(C_SOURCES) $(ASM_SOURCES) >& /dev/null
+ $(MKDEP) $(MKDEP_OPTIONS) $(INCLUDES) $(C_SOURCES) $(ASM_SOURCES) \
+ > /dev/null 2>&1
# Emacs tags