summaryrefslogtreecommitdiff
path: root/build-aux/depcomp
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-05-11 13:49:13 +0000
committerKarl Berry <karl@freefriends.org>2006-05-11 13:49:13 +0000
commitca9dff06dd7cbbb78cff24d3ede784209c4a7267 (patch)
tree6a2885ca46b311cf16b50f109b3590e222373a8b /build-aux/depcomp
parentd31c020e1381f5095c8709ae80fa23a49e48bf73 (diff)
downloadgnulib-ca9dff06dd7cbbb78cff24d3ede784209c4a7267.tar.gz
autoupdate
Diffstat (limited to 'build-aux/depcomp')
-rwxr-xr-xbuild-aux/depcomp10
1 files changed, 5 insertions, 5 deletions
diff --git a/build-aux/depcomp b/build-aux/depcomp
index cc4f869d34..4e7b1bda7b 100755
--- a/build-aux/depcomp
+++ b/build-aux/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.