projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e35282c
)
Use MKDEP make variables instead of hard-coding.
author
Eric Anholt
<anholt@FreeBSD.org>
Mon, 31 May 2004 22:34:49 +0000
(22:34 +0000)
committer
Eric Anholt
<anholt@FreeBSD.org>
Mon, 31 May 2004 22:34:49 +0000
(22:34 +0000)
src/mesa/drivers/dri/dri_client/Makefile
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/dri_client/Makefile
b/src/mesa/drivers/dri/dri_client/Makefile
index 6fcfab7ec9cc4a80e573d16afafe38de729a1e8f..4f90cbfd461682460fa31ccfc5264eb824d0ae42 100644
(file)
--- a/
src/mesa/drivers/dri/dri_client/Makefile
+++ b/
src/mesa/drivers/dri/dri_client/Makefile
@@
-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