mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 02:58:05 +02:00
Clearer guard message text.
This commit is contained in:
parent
0de671f19a
commit
a95aba7d1f
2 changed files with 2 additions and 2 deletions
|
|
@ -34,7 +34,7 @@ INCLUDES = -I. -I- -I$(TOP)/include
|
|||
|
||||
default:
|
||||
@if [ "${CONFIG_NAME}" = "beos" ] ; then \
|
||||
echo "GLU library not build under BeOS: integrated into ${LIB_DIR}/${GL_LIB_NAME} library." ; \
|
||||
echo "$(GLU_LIB_NAME) not build under BeOS, but integrated into ${GL_LIB_NAME}." ; \
|
||||
exit 0 ; \
|
||||
else \
|
||||
$(MAKE) "${LIB_DIR}/${GLU_LIB_NAME}" ; \
|
||||
|
|
|
|||
|
|
@ -125,7 +125,7 @@ OBJECTS = $(C_OBJECTS) $(CC_OBJECTS)
|
|||
|
||||
default:
|
||||
@if [ "${CONFIG_NAME}" = "beos" ] ; then \
|
||||
echo "GLU library not build under BeOS: integrated into ${LIB_DIR}/${GL_LIB_NAME} library." ; \
|
||||
echo "$(GLU_LIB_NAME) not build under BeOS, but integrated into ${GL_LIB_NAME}." ; \
|
||||
exit 0 ; \
|
||||
else \
|
||||
$(MAKE) "${LIB_DIR}/${GLU_LIB_NAME}" ; \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue