From: Alexander von Gluck Date: Tue, 27 Dec 2011 16:11:39 +0000 (-0700) Subject: glu: remove BeOS define as BeOS is not longer a target platform X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2e60c955c27c2bfed9bd73c465c9809968aefeb4;p=mesa.git glu: remove BeOS define as BeOS is not longer a target platform Reviewed-by: Brian Paul Signed-off-by: Brian Paul --- diff --git a/src/glu/sgi/Makefile b/src/glu/sgi/Makefile index c8b29edcaae..50eede3ad30 100644 --- a/src/glu/sgi/Makefile +++ b/src/glu/sgi/Makefile @@ -124,12 +124,7 @@ OBJECTS = $(C_OBJECTS) $(CC_OBJECTS) ##### TARGETS ##### default: - @if [ "${CONFIG_NAME}" = "beos" ] ; then \ - echo "$(GLU_LIB_NAME) not build under BeOS, but integrated into ${GL_LIB_NAME}." ; \ - exit 0 ; \ - else \ - $(MAKE) $(TOP)/$(LIB_DIR)/$(GLU_LIB_NAME) || exit 1 ; \ - fi + $(MAKE) $(TOP)/$(LIB_DIR)/$(GLU_LIB_NAME) $(TOP)/$(LIB_DIR): -mkdir $(TOP)/$(LIB_DIR)