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 6a48077..a09c37c 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 3ca696f..995dc36 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}" ; \