From 847f54e2fa3e1b92ee97e7c2895a71ed20ce227b Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 6 Jun 2008 12:24:44 -0600 Subject: move a beos-ism down into drivers/beos/Makefile --- src/mesa/Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/mesa/Makefile') diff --git a/src/mesa/Makefile b/src/mesa/Makefile index 06b4e9cceb..8c5e3c894e 100644 --- a/src/mesa/Makefile +++ b/src/mesa/Makefile @@ -51,9 +51,6 @@ install: default # Make archive of core mesa object files libmesa.a: $(SOLO_OBJECTS) @ $(TOP)/bin/mklib -o mesa -static $(SOLO_OBJECTS); - @if [ "${CONFIG_NAME}" = "beos" ] ; then \ - mimeset -f "$@" ; \ - fi # Make archive of gl* API dispatcher functions only libglapi.a: $(GLAPI_OBJECTS) -- cgit v1.2.3