gallium: Don't rebuild common drm code

This commit is contained in:
Jakob Bornecrantz 2009-02-10 16:17:32 +01:00
parent 94665aa648
commit 1789dc8015
2 changed files with 6 additions and 6 deletions

View File

@ -36,11 +36,11 @@ INCLUDES = \
##### TARGETS #####
default: depend symlinks $(LIBNAME)
default: depend symlinks lib$(LIBNAME).a
$(LIBNAME): $(OBJECTS) Makefile Makefile.template
$(TOP)/bin/mklib -o $@ -static $(OBJECTS) $(DRIVER_LIBS)
lib$(LIBNAME).a: $(OBJECTS) Makefile Makefile.template
$(TOP)/bin/mklib -o $(LIBNAME) -static $(OBJECTS) $(DRIVER_LIBS)
depend: $(C_SOURCES) $(CPP_SOURCES) $(ASM_SOURCES) $(SYMLINKS)

View File

@ -31,11 +31,11 @@ INCLUDES = \
##### TARGETS #####
default: depend symlinks $(LIBNAME)
default: depend symlinks lib$(LIBNAME).a
$(LIBNAME): $(OBJECTS) Makefile Makefile.template
$(TOP)/bin/mklib -o $@ -static $(OBJECTS) $(DRIVER_LIBS)
lib$(LIBNAME).a: $(OBJECTS) Makefile Makefile.template
$(TOP)/bin/mklib -o $(LIBNAME) -static $(OBJECTS) $(DRIVER_LIBS)
depend: $(C_SOURCES) $(CPP_SOURCES) $(ASM_SOURCES) $(SYMLINKS)