From: Jakob Bornecrantz Date: Mon, 2 Feb 2009 13:18:50 +0000 (+0100) Subject: gallium: Stop relinking drivers and aux libraries X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=be0a6c3598a5a18a5a605b155bae5c986d3fc3b3;p=mesa.git gallium: Stop relinking drivers and aux libraries --- diff --git a/src/gallium/Makefile.template b/src/gallium/Makefile.template index 4e462b5c976..655e949ca2d 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)