summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cc
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1994-11-03 20:37:05 +0000
committerphk <phk@FreeBSD.org>1994-11-03 20:37:05 +0000
commitcca540823a6ee1a6edbeb22a91fb37de2c0e8614 (patch)
tree867e021bc162d6e7163ec8e540535068aafd8a5c /gnu/usr.bin/cc
parent4c3c90516424044b10e0180d7d9bf200180b74ff (diff)
downloadFreeBSD-src-cca540823a6ee1a6edbeb22a91fb37de2c0e8614.zip
FreeBSD-src-cca540823a6ee1a6edbeb22a91fb37de2c0e8614.tar.gz
Bump the version-number of the "shared-gcc-internals" library. Will only
affect you if you decided to use that feature.
Diffstat (limited to 'gnu/usr.bin/cc')
-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 dda9af7..5f54e32 100644
--- a/gnu/usr.bin/cc/Makefile.inc
+++ b/gnu/usr.bin/cc/Makefile.inc
@@ -1,5 +1,5 @@
#
-# $Id: Makefile.inc,v 1.6 1994/10/25 07:02:18 davidg Exp $
+# $Id: Makefile.inc,v 1.7 1994/11/03 06:45:45 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.0
+LIBCC_INT= ${LIBDESTDIR}/libcc_int.so.26.1
.else
LIBCC_INT= ${LIBDESTDIR}/libcc_int.a
.endif
OpenPOWER on IntegriCloud