projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6426c9
)
pipe stderr to /dev/null
author
Brian Paul
<brian.paul@tungstengraphics.com>
Tue, 27 May 2008 19:45:16 +0000
(13:45 -0600)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Tue, 27 May 2008 19:45:16 +0000
(13:45 -0600)
src/egl/main/Makefile
patch
|
blob
|
history
diff --git
a/src/egl/main/Makefile
b/src/egl/main/Makefile
index e6844d48524d2de28aa628cbb39170368b5b049e..e1058a23f707779424202e0fc0fb9ed1a54aff87 100644
(file)
--- a/
src/egl/main/Makefile
+++ b/
src/egl/main/Makefile
@@
-61,7
+61,8
@@
depend: $(SOURCES) $(HEADERS)
@ rm -f depend
@ touch depend
$(MKDEP) $(MKDEP_OPTIONS) $(DEFINES) $(INCLUDE_DIRS) \
- $(SOURCES) $(HEADERS) > /dev/null
+ $(SOURCES) $(HEADERS) > /dev/null 2>/dev/null
+
include depend
# DO NOT DELETE