Mesa (gallium-0.2): xlib: fix dependencies

Keith Whitwell keithw at kemper.freedesktop.org
Mon Jan 19 20:03:55 UTC 2009


Module: Mesa
Branch: gallium-0.2
Commit: ecc563b17f810399ddf74a68fca1e903ba49a0d6
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ecc563b17f810399ddf74a68fca1e903ba49a0d6

Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Mon Jan 19 20:01:45 2009 +0000

xlib: fix dependencies

---

 src/gallium/winsys/xlib/Makefile |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/gallium/winsys/xlib/Makefile b/src/gallium/winsys/xlib/Makefile
index bca59ac..14d3849 100644
--- 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
 
 




More information about the mesa-commit mailing list