Browse Source

glu: remove BeOS define as BeOS is not longer a target platform

Reviewed-by: Brian Paul <brianp@vmare.com>
Signed-off-by: Brian Paul <brianp@vmware.com>
tags/mesa-8.0-rc1
Alexander von Gluck 13 years ago
parent
commit
2e60c955c2
1 changed files with 1 additions and 6 deletions
  1. 1
    6
      src/glu/sgi/Makefile

+ 1
- 6
src/glu/sgi/Makefile View File

@@ -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)

Loading…
Cancel
Save