diff options
author | toon <toon@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-01 06:30:39 +0000 |
---|---|---|
committer | toon <toon@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-01 06:30:39 +0000 |
commit | 58a83b2868cfee49ca59f12fefaedcf8e893f85e (patch) | |
tree | b276a16abc9ae83ba353ad97400df8cc71f08fa0 | |
parent | 87670c57c717ccc92658728a1a3eb8fc7e444433 (diff) | |
download | gcc-58a83b2868cfee49ca59f12fefaedcf8e893f85e.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45918 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | libf2c/ChangeLog | 5 | ||||
-rw-r--r-- | libf2c/Makefile.in | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/libf2c/ChangeLog b/libf2c/ChangeLog index e46ceefa3ff..4aa7d0c3897 100644 --- a/libf2c/ChangeLog +++ b/libf2c/ChangeLog @@ -1,3 +1,8 @@ +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. + 2001-09-29 Juergen Pfeifer <juergen.pfeifer@gmx.net> Toon Moene <toon@moene.indiv.nluug.nl> diff --git a/libf2c/Makefile.in b/libf2c/Makefile.in index 8126bb74c44..9efa1c527b6 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@ |