projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd74e36
)
use MKDEP var
author
Brian Paul
<brian.paul@tungstengraphics.com>
Thu, 8 Apr 2004 22:40:57 +0000
(22:40 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Thu, 8 Apr 2004 22:40:57 +0000
(22:40 +0000)
src/glw/Makefile
patch
|
blob
|
history
diff --git
a/src/glw/Makefile
b/src/glw/Makefile
index 0950e76fd990a6a5b9a607a75eacfd58f28ff6e6..635f862b9e9b0982480f32fd7aebd7404dbb8ce1 100644
(file)
--- a/
src/glw/Makefile
+++ b/
src/glw/Makefile
@@
-44,7
+44,7
@@
$(LIB_DIR)/$(GLW_LIB_NAME): $(OBJECTS)
#
depend: $(GLW_SOURCES)
touch depend
- makedepend -fdepend -Y -I$(TOP)/include $(GLW_SOURCES)
+ $(MKDEP) $(MKDEP_OPTIONS) -I$(TOP)/include $(GLW_SOURCES) >&/dev/null
include depend