Merge branch 'master' into glsl-pp-rework-2
[mesa.git] / src / mesa / Makefile
index 56e40596c16f88a740aabc0dbdd2ffc478f529d5..a815f46b4a1551514d0f57460522b4b19142539d 100644 (file)
@@ -38,11 +38,7 @@ libmesagallium.a: $(MESA_GALLIUM_OBJECTS) $(GLSL_LIBS)
 
 # Make archive of gl* API dispatcher functions only
 libglapi.a: $(GLAPI_OBJECTS)
-       @if [ "${WINDOW_SYSTEM}" = "dri" ] ; then \
-               touch libglapi.a ; \
-       else \
-               $(MKLIB) -o glapi -static $(GLAPI_OBJECTS) ; \
-       fi
+       $(MKLIB) -o glapi -static $(GLAPI_OBJECTS)
 
 ######################################################################
 # Device drivers