summaryrefslogtreecommitdiff
path: root/src/mesa/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/Makefile')
-rw-r--r--src/mesa/Makefile6
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
######################################################################