summaryrefslogtreecommitdiff
path: root/build-aux/depcomp
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-05-12 07:18:08 +0000
committerJim Meyering <jim@meyering.net>2006-05-12 07:18:08 +0000
commitb54dfec82711aadb66cfa94ce8263f454c58e3b0 (patch)
treeaebf341f668740ae9646544b350c0b379f731da8 /build-aux/depcomp
parent0e3dfb2439479e57697b49704c10104f9ff81197 (diff)
downloadcoreutils-b54dfec82711aadb66cfa94ce8263f454c58e3b0.tar.xz
update from gnulib
Diffstat (limited to 'build-aux/depcomp')
-rw-r--r--build-aux/depcomp10
1 files changed, 5 insertions, 5 deletions
diff --git a/build-aux/depcomp b/build-aux/depcomp
index cc4f869d3..4e7b1bda7 100644
--- 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.