gallium: Stop relinking drivers and aux libraries

This commit is contained in:
Jakob Bornecrantz
2009-02-02 14:18:50 +01:00
parent b608d64243
commit be0a6c3598
+3 -3
View File
@@ -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)