summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cc
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1995-03-13 01:30:02 +0000
committerache <ache@FreeBSD.org>1995-03-13 01:30:02 +0000
commit89035f0233fc3ccac35e183e776f0759af95935a (patch)
treed40f11f3cd20be361de94033921e7b9723ea1a01 /gnu/usr.bin/cc
parent203c57da8b1988eaaa170c9be498718170f6dca0 (diff)
downloadFreeBSD-src-89035f0233fc3ccac35e183e776f0759af95935a.zip
FreeBSD-src-89035f0233fc3ccac35e183e776f0759af95935a.tar.gz
Bump SHLIB_MAJOR to 263 to match ../Makefile.inc
Diffstat (limited to 'gnu/usr.bin/cc')
-rw-r--r--gnu/usr.bin/cc/cc_int/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/cc/cc_int/Makefile b/gnu/usr.bin/cc/cc_int/Makefile
index 29c6615..a7df2a3 100644
--- a/gnu/usr.bin/cc/cc_int/Makefile
+++ b/gnu/usr.bin/cc/cc_int/Makefile
@@ -1,5 +1,5 @@
#
-# $Id$
+# $Id: Makefile,v 1.7 1994/11/15 04:51:40 phk Exp $
#
SRCS = aux-output.c bc-emit.c bc-optab.c c-common.c caller-save.c calls.c combine.c convert.c cse.c dbxout.c dwarfout.c emit-rtl.c explow.c expmed.c expr.c final.c flow.c fold-const.c function.c getpwd.c global.c insn-attrtab.c insn-emit.c insn-extract.c insn-opinit.c insn-output.c insn-peep.c insn-recog.c integrate.c jump.c local-alloc.c loop.c obstack.c optabs.c print-rtl.c print-tree.c real.c recog.c reg-stack.c regclass.c reload.c reload1.c reorg.c rtl.c rtlanal.c sched.c sdbout.c stmt.c stor-layout.c stupid.c toplev.c tree.c unroll.c varasm.c version.c xcoffout.c
@@ -7,7 +7,7 @@ LIB = cc_int
NOPROFILE= yes
.if defined(SHARED_LIBCC_INT)
INTERNALLIB=
-SHLIB_MAJOR=262
+SHLIB_MAJOR=263
SHLIB_MINOR=0
.else
OpenPOWER on IntegriCloud