Clearer guard message text.
authorPhilippe Houdoin <phoudoin@freedesktop.org>
Mon, 16 Aug 2004 07:46:28 +0000 (07:46 +0000)
committerPhilippe Houdoin <phoudoin@freedesktop.org>
Mon, 16 Aug 2004 07:46:28 +0000 (07:46 +0000)
src/glu/mesa/Makefile
src/glu/sgi/Makefile

index 6a48077e954740c4488b38ad02555318881d5ea7..a09c37ce5fe3489038e0ffc7a34c0f0bff053338 100644 (file)
@@ -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}" ; \
index 3ca696ff258cb7e7a45320f541c7f463345deadc..995dc366508ea1e299c927bff62d61e512b3ea28 100644 (file)
@@ -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}" ; \