Mesa (gallium-0.2): gallium: Stop relinking drivers and aux libraries

Jakob Bornecrantz wallbraker at kemper.freedesktop.org
Mon Feb 2 13:22:25 UTC 2009


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

Author: Jakob Bornecrantz <jakob at vmware.com>
Date:   Mon Feb  2 14:18:50 2009 +0100

gallium: Stop relinking drivers and aux libraries

---

 src/gallium/Makefile.template |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/gallium/Makefile.template b/src/gallium/Makefile.template
index 4e462b5..655e949 100644
--- a/src/gallium/Makefile.template
+++ b/src/gallium/Makefile.template
@@ -36,11 +36,11 @@ INCLUDES = \
 
 ##### TARGETS #####
 
-default: depend symlinks $(LIBNAME)
+default: depend symlinks lib$(LIBNAME).a
 
 
-$(LIBNAME): $(OBJECTS) Makefile $(TOP)/src/gallium/Makefile.template
-	$(TOP)/bin/mklib -o $@ -static $(OBJECTS) $(DRIVER_LIBS)
+lib$(LIBNAME).a: $(OBJECTS) Makefile $(TOP)/src/gallium/Makefile.template
+	$(TOP)/bin/mklib -o $(LIBNAME) -static $(OBJECTS) $(DRIVER_LIBS)
 
 
 depend: $(C_SOURCES) $(CPP_SOURCES) $(ASM_SOURCES) $(SYMLINKS)




More information about the mesa-commit mailing list