Project Info Name.......: gnu-hello
Description: GNU Hello


gnu-hello       
Info
Commit...:be2eff04065b83eca5caad58b5a775650ec0eeda
Author...:karl <>
Committer:karl <>
Date.....:Fri May 12 11:56:20 2006 +0000
Parents..:a243418274a75638dfb3579a53af35cc41942215

Message
[project @ 2006-05-12 11:56:20 by karl]
autoupdate

Changes
diff --git a/build-aux/depcomp b/build-aux/depcomp
line changes: +5/-5
index cc4f869..4e7b1bd
--- 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.

This website is licensed under AGPL-3.0. Feel free to copy!