diff options
author | Philippe Houdoin <phoudoin@freedesktop.org> | 2004-08-16 07:46:28 +0000 |
---|---|---|
committer | Philippe Houdoin <phoudoin@freedesktop.org> | 2004-08-16 07:46:28 +0000 |
commit | a95aba7d1f5732048ee4246b958c2050e3eda00b (patch) | |
tree | 474f9e922e70c7e654e1d38657a65829d35135b1 /src/glu | |
parent | 0de671f19a49fb55906803e112e4b1d2c2fc09f5 (diff) |
Clearer guard message text.
Diffstat (limited to 'src/glu')
-rw-r--r-- | src/glu/mesa/Makefile | 2 | ||||
-rw-r--r-- | src/glu/sgi/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/glu/mesa/Makefile b/src/glu/mesa/Makefile index 6a48077e95..a09c37ce5f 100644 --- a/src/glu/mesa/Makefile +++ b/src/glu/mesa/Makefile @@ -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}" ; \ diff --git a/src/glu/sgi/Makefile b/src/glu/sgi/Makefile index 3ca696ff25..995dc36650 100644 --- a/src/glu/sgi/Makefile +++ b/src/glu/sgi/Makefile @@ -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}" ; \ |