From d2a74d3835b2e85bc192642de3ac652d9483edb0 Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Wed, 10 May 2006 20:55:34 +0000 Subject: [PATCH] * 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. --- ChangeLog | 5 +++++ THANKS | 1 + lib/depcomp | 10 +++++----- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1811f5328..0d02550d9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2006-05-10 Ralf Wildenhues + * 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 5c2a8797e..dd991e216 100644 --- 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 diff --git a/lib/depcomp b/lib/depcomp index cc4f869d3..4e7b1bda7 100755 --- a/lib/depcomp +++ b/lib/depcomp @@ -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. -- 2.47.2