]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltmain.in (freebsd-aout, freebsd-elf): added missing dot to
authorStephan Kulow <coolo@kde.org>
Wed, 16 Dec 1998 03:56:49 +0000 (03:56 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Wed, 16 Dec 1998 03:56:49 +0000 (03:56 +0000)
versuffix

ChangeLog
ltmain.in

index ee28087a6f9da23ad04191b46d95b47a70dc64a8..bcd684b935261f8f97e40617f4fa5c39b92e78b5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1998-12-16  Stephan Kulow  <coolo@kde.org>
+
+       * ltmain.in (freebsd-aout, freebsd-elf): added missing dot to
+       versuffix
+
 1998-12-16  Alexandre Oliva  <oliva@dcc.unicamp.br>
 
        * libltdl/Makefile.am (EXTRA_DIST): removed, nothing needed
index 5369c39acdba34fa477b702429a399779b45bfec..a2bbc699e44ab71dcfc3ee852484be3a705aeb3a 100644 (file)
--- a/ltmain.in
+++ b/ltmain.in
@@ -1270,12 +1270,12 @@ compiler."
 
        freebsd-aout)
          major=".$current"
-         versuffix="$current.$revision";
+         versuffix=".$current.$revision";
          ;;
 
        freebsd-elf)
          major=".$current"
-         versuffix="$current";
+         versuffix=".$current";
          ;;
 
        windows)