aboutsummaryrefslogtreecommitdiff
path: root/libf2c/Makefile.in
diff options
context:
space:
mode:
authorToon Moene <toon@moene.indiv.nluug.nl>2001-10-01 08:30:39 +0200
committerToon Moene <toon@gcc.gnu.org>2001-10-01 06:30:39 +0000
commit9fd7c995bf9669975d4f6e5aec233e5559287eda (patch)
treeb276a16abc9ae83ba353ad97400df8cc71f08fa0 /libf2c/Makefile.in
parentb988420afc2b2fe9bf53f4587db04d853546f656 (diff)
downloadgcc-9fd7c995bf9669975d4f6e5aec233e5559287eda.zip
gcc-9fd7c995bf9669975d4f6e5aec233e5559287eda.tar.gz
gcc-9fd7c995bf9669975d4f6e5aec233e5559287eda.tar.bz2
Makefile.in: Set major:minor:sub version number of shared libf2c to 0:0:0.
2001-10-01 Toon Moene <toon@moene.indiv.nluug.nl> * Makefile.in: Set major:minor:sub version number of shared libf2c to 0:0:0. From-SVN: r45918
Diffstat (limited to 'libf2c/Makefile.in')
-rw-r--r--libf2c/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/libf2c/Makefile.in b/libf2c/Makefile.in
index 8126bb7..9efa1c5 100644
--- a/libf2c/Makefile.in
+++ b/libf2c/Makefile.in
@@ -36,10 +36,9 @@ top_builddir = .
libdir = $(exec_prefix)/lib
libsubdir = $(libdir)/gcc-lib/$(target_alias)/$(gcc_version)
#
+# Versions should start at 0:0:0 - See libtool manual.
VERSION_MAJOR=0
-VERSION_MINOR=5
-# We'd rather had 27 here - to indicate the version at which
-# a shared libf2c was created; however, libtool doesn't accept this.
+VERSION_MINOR=0
VERSION_SUB=0
# Multilib support variables.
@@ -51,6 +50,7 @@ MULTIDO = true
MULTICLEAN = true
# Not configured per top-level version, since that doesn't get passed
+# Versions should start at 0:0:0 - See libtool manual.
# down at configure time, but overrridden by the top-level install
# target.
INSTALL = @INSTALL@