diff options
author | Brian Paul <brianp@vmware.com> | 2009-01-02 16:15:16 -0700 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2009-01-02 16:16:36 -0700 |
commit | a57417eff62b24ebc562b6ecc120dfc7448679d0 (patch) | |
tree | e229d5de815632c45546600e851d30ae66e0e073 /src/mesa | |
parent | 1d778356680e08cac63057b9275b7d96bfe975b6 (diff) |
mesa: remove redudant lines for libglapi.a
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/mesa/Makefile b/src/mesa/Makefile index 274010c54f..552c20e0b9 100644 --- a/src/mesa/Makefile +++ b/src/mesa/Makefile @@ -34,14 +34,10 @@ libmesa.a: $(MESA_OBJECTS) # Make archive of gl* API dispatcher functions only libglapi.a: $(GLAPI_OBJECTS) - @ $(MKLIB) -o glapi -static $(GLAPI_OBJECTS) - -# Make archive of gl* API dispatcher functions only -$(GLAPI_LIB): $(GLAPI_OBJECTS) @if [ "${WINDOW_SYSTEM}" = "dri" ] ; then \ touch libglapi.a ; \ else \ - $(TOP)/bin/mklib -o glapi -static $(GLAPI_OBJECTS) ; \ + $(MKLIB) -o glapi -static $(GLAPI_OBJECTS) ; \ fi ###################################################################### |