diff options
| author | Corbin Simpson <MostAwesomeDude@gmail.com> | 2009-08-02 16:56:52 -0700 |
|---|---|---|
| committer | Corbin Simpson <MostAwesomeDude@gmail.com> | 2009-08-02 16:56:52 -0700 |
| commit | 30bca7a4e6ad4e5a9fc74aba2eb854bb1341cca7 (patch) | |
| tree | 225de18a7604621744e35875261a247abd114e42 /src/gallium/Makefile.template | |
| parent | d07bf2b35c1419bdef824092e509c70ffb11fd67 (diff) | |
| parent | d0c398a8e2985b855f923aec3470cef8734a622a (diff) | |
Merge commit 'nha/r300-compiler-gallium'
Diffstat (limited to 'src/gallium/Makefile.template')
| -rw-r--r-- | src/gallium/Makefile.template | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/Makefile.template b/src/gallium/Makefile.template index 98487d43bd..2e3da436cd 100644 --- a/src/gallium/Makefile.template +++ b/src/gallium/Makefile.template @@ -31,8 +31,8 @@ INCLUDES = \ default: depend lib$(LIBNAME).a -lib$(LIBNAME).a: $(OBJECTS) Makefile $(TOP)/src/gallium/Makefile.template - $(MKLIB) -o $(LIBNAME) -static $(OBJECTS) +lib$(LIBNAME).a: $(OBJECTS) $(EXTRA_OBJECTS) Makefile $(TOP)/src/gallium/Makefile.template + $(MKLIB) -o $(LIBNAME) -static $(OBJECTS) $(EXTRA_OBJECTS) depend: $(C_SOURCES) $(CPP_SOURCES) $(ASM_SOURCES) $(SYMLINKS) rm -f depend |
