mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 18:18:06 +02:00
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>
This commit is contained in:
parent
9e4c8ce3bc
commit
2e60c955c2
1 changed files with 1 additions and 6 deletions
|
|
@ -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…
Add table
Reference in a new issue