summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cc/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/cc/Makefile.inc')
-rw-r--r--gnu/usr.bin/cc/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/cc/Makefile.inc b/gnu/usr.bin/cc/Makefile.inc
index 5f54e32..caadf00 100644
--- a/gnu/usr.bin/cc/Makefile.inc
+++ b/gnu/usr.bin/cc/Makefile.inc
@@ -1,5 +1,5 @@
#
-# $Id: Makefile.inc,v 1.7 1994/11/03 06:45:45 phk Exp $
+# $Id: Makefile.inc,v 1.8 1994/11/03 20:37:05 phk Exp $
#
CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../include
@@ -22,7 +22,7 @@ LIBDESTDIR= ${.CURDIR}/../cc_int
# XXX LDDESTDIR isn't a directory and there is no standard name for the dir
LDDESTDIR= -L${LIBDESTDIR}
.if defined(SHARED_LIBCC_INT)
-LIBCC_INT= ${LIBDESTDIR}/libcc_int.so.26.1
+LIBCC_INT= ${LIBDESTDIR}/libcc_int.so.261.0
.else
LIBCC_INT= ${LIBDESTDIR}/libcc_int.a
.endif
OpenPOWER on IntegriCloud