projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b608d64
)
gallium: Stop relinking drivers and aux libraries
author
Jakob Bornecrantz
<jakob@vmware.com>
Mon, 2 Feb 2009 13:18:50 +0000
(14:18 +0100)
committer
Jakob Bornecrantz
<jakob@vmware.com>
Mon, 2 Feb 2009 13:18:50 +0000
(14:18 +0100)
src/gallium/Makefile.template
patch
|
blob
|
history
diff --git
a/src/gallium/Makefile.template
b/src/gallium/Makefile.template
index 4e462b5c9769eac9fce7cf2311f45f1d4c26d20a..655e949ca2daa1068af26c4efd7fbce531c07d71 100644
(file)
--- 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)