blob: cc4603b35a438380390899810c13812e28f0507d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- libGL/Makefile.in.orig Mon Feb 28 20:57:28 2000
+++ libGL/Makefile.in Mon Feb 28 21:09:30 2000
@@ -14,7 +14,7 @@
# These define the name/version of the shared library we're building
# ------------------------------------------------------------------
LIBNAME = GL
-SOGLREV = 1.0
+SOGLREV = ${GLVER}
# Source and Object files
# -----------------------
@@ -111,7 +111,7 @@
lib${LIBNAME}.so.${SOGLREV} : render.c ${OBJS}
${RM} $@~
- @SONAME=`echo $@ | sed 's/\.[^\.]*$$//'`; set -x; \
+ @SONAME=`echo $@`; set -x; \
if [ `uname` = "SunOS" ] ; then \
${CC} -o ./$@~ ${SHARED_LDFLAGS} -Wl,-h,$$SONAME ${OBJS} \
${XLIBDIR} ${XLIBS} ${LIBS} ${MATHLIBS}; \
|