projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2fa407b
)
xlib: fix dependencies
author
Keith Whitwell
<keith@tungstengraphics.com>
Mon, 19 Jan 2009 20:01:45 +0000
(20:01 +0000)
committer
Keith Whitwell
<keithw@vmware.com>
Mon, 19 Jan 2009 20:03:42 +0000
(20:03 +0000)
src/gallium/winsys/xlib/Makefile
patch
|
blob
|
history
diff --git
a/src/gallium/winsys/xlib/Makefile
b/src/gallium/winsys/xlib/Makefile
index
bca59ac
..
14d3849
100644
(file)
--- a/
src/gallium/winsys/xlib/Makefile
+++ b/
src/gallium/winsys/xlib/Makefile
@@
-69,11
+69,11
@@
$(TOP)/$(LIB_DIR)/$(GL_LIB_NAME): $(XLIB_WINSYS_OBJECTS) $(LIBS) Makefile
--start-group $(LIBS) --end-group $(GL_LIB_DEPS)
-depend: $(
ALL
_SOURCES)
+depend: $(
XLIB_WINSYS
_SOURCES)
@ echo "running $(MKDEP)"
@ rm -f depend # workaround oops on gutsy?!?
@ touch depend
-
@ $(MKDEP) $(MKDEP_OPTIONS) $(DEFINES) $(INCLUDE_DIRS) $(ALL
_SOURCES) \
+
$(MKDEP) $(MKDEP_OPTIONS) $(DEFINES) $(INCLUDE_DIRS) $(XLIB_WINSYS
_SOURCES) \
> /dev/null 2>/dev/null