projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c98323b
)
Depend tweaks
author
Keith Whitwell
<keith@tungstengraphics.com>
Wed, 19 Jan 2005 11:10:27 +0000
(11:10 +0000)
committer
Keith Whitwell
<keith@tungstengraphics.com>
Wed, 19 Jan 2005 11:10:27 +0000
(11:10 +0000)
src/glx/x11/Makefile
patch
|
blob
|
history
diff --git
a/src/glx/x11/Makefile
b/src/glx/x11/Makefile
index 910db404b5d8a21466a7a47df84dd77de4e11e24..14292453cbbf1e3bbfd8ec321c040b838d0528ea 100644
(file)
--- a/
src/glx/x11/Makefile
+++ b/
src/glx/x11/Makefile
@@
-94,10
+94,9
@@
drmtest: xf86drm.o drmtest.o
rm -f drmtest && $(CC) -o drmtest xf86drm.o drmtest.o
-depend: $(C_SOURCES) $(ASM_SOURCES)
+depend: $(C_SOURCES) $(ASM_SOURCES)
Makefile
touch depend
- $(MKDEP) $(MKDEP_OPTIONS) $(INCLUDES) $(C_SOURCES) $(ASM_SOURCES) \
- > /dev/null
+ $(MKDEP) $(MKDEP_OPTIONS) $(INCLUDES) $(C_SOURCES) $(ASM_SOURCES)
# Emacs tags