automake-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[automake-commit] branch master updated: doc: typo in depcomp.


From: Karl Berry
Subject: [automake-commit] branch master updated: doc: typo in depcomp.
Date: Sun, 18 Sep 2022 17:11:27 -0400

This is an automated email from the git hooks/post-receive script.

karl pushed a commit to branch master
in repository automake.

View the commit online:
https://git.savannah.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=023189d476c64153b7609e5b884697dc84864f8e

The following commit(s) were added to refs/heads/master by this push:
     new 023189d47 doc: typo in depcomp.
023189d47 is described below

commit 023189d476c64153b7609e5b884697dc84864f8e
Author: Karl Berry <karl@freefriends.org>
AuthorDate: Sun Sep 18 14:11:15 2022 -0700

    doc: typo in depcomp.
    
    * lib/depcomp: obsosete -> obsolete. Report from anonymous.
---
 lib/depcomp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/depcomp b/lib/depcomp
index 75323b739..703eed275 100755
--- a/lib/depcomp
+++ b/lib/depcomp
@@ -1,7 +1,7 @@
 #! /bin/sh
 # depcomp - compile a program generating dependencies as side-effects
 
-scriptversion=2018-03-07.03; # UTC
+scriptversion=2022-09-18.14; # UTC
 
 # Copyright (C) 1999-2022 Free Software Foundation, Inc.
 
@@ -197,7 +197,7 @@ gcc3)
   ;;
 
 gcc)
-## Note that this doesn't just cater to obsosete pre-3.x GCC compilers.
+## Note that this doesn't just cater to obsolete pre-3.x GCC compilers.
 ## but also to in-use compilers like IMB xlc/xlC and the HP C compiler.
 ## (see the conditional assignment to $gccflag above).
 ## There are various ways to get dependency output from gcc.  Here's



reply via email to

[Prev in Thread] Current Thread [Next in Thread]