]> sourceware.org Git - automake.git/commitdiff
* lib/depcomp (ia64hp): Rename dependency style to..
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Wed, 10 May 2006 20:55:34 +0000 (20:55 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Wed, 10 May 2006 20:55:34 +0000 (20:55 +0000)
(hp2): ..this, as it works with aCC on HPPA, too; adjust
comment.  Report by Olivier Fourdan (PR automake/481).
* THANKS: Update.

ChangeLog
THANKS
lib/depcomp

index 1811f53280b67c4eb24b11d44fe362579f2f9e72..0d02550d9a340b71655ea4ca56e106ec549133f9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2006-05-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
+       * lib/depcomp (ia64hp): Rename dependency style to..
+       (hp2): ..this, as it works with aCC on HPPA, too; adjust
+       comment.  Report by Olivier Fourdan (PR automake/481).
+       * THANKS: Update.
+
        * tests/aclocal7.test: Add `$sleep's between file touching
        and automake resp aclocal+automake invocations, to ensure
        they complete with a time stamp strictly later than the touched
diff --git a/THANKS b/THANKS
index 5c2a8797efc99840e05c076ae66419465316470f..dd991e21609e831be7fa7540f285bfc347eb20f3 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -197,6 +197,7 @@ Noah Friedman               friedman@gnu.ai.mit.edu
 Norman Gray            norman@astro.gla.ac.uk
 Nyul Laszlo            nyul@sol.cc.u-szeged.hu
 OKUJI Yoshinori                okuji@kuicr.kyoto-u.ac.jp
+Olivier Fourdan                fourdan@cena.fr>
 Olivier Louchart-Fletcher olivier@zipworld.com.au
 Olly Betts             olly@muscat.co.uk
 Oren Ben-Kiki          oren@ben-kiki.org
index cc4f869d34e48569f0c9924af1a5827f7695c630..4e7b1bda7b225fee8291276b588cf181256e07a2 100755 (executable)
@@ -1,7 +1,7 @@
 #! /bin/sh
 # depcomp - compile a program generating dependencies as side-effects
 
-scriptversion=2006-01-05.21
+scriptversion=2006-05-10.23
 
 # Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006 Free Software
 # Foundation, Inc.
@@ -277,10 +277,10 @@ icc)
   rm -f "$tmpdepfile"
   ;;
 
-ia64hp)
-  # The "hp" stanza above does not work with HP's ia64 compilers,
-  # which have integrated preprocessors.  The correct option to use
-  # with these is +Maked; it writes dependencies to a file named
+hp2)
+  # The "hp" stanza above does not work with aCC (C++) and HP's ia64
+  # compilers, which have integrated preprocessors.  The correct option
+  # to use with these is +Maked; it writes dependencies to a file named
   # 'foo.d', which lands next to the object file, wherever that
   # happens to be.
   # Much of this is similar to the tru64 case; see comments there.
This page took 0.033373 seconds and 5 git commands to generate.