]> sourceware.org Git - automake.git/commitdiff
2000-05-31 Morten Eriksen <mortene@sim.no>
authorTom Tromey <tromey@redhat.com>
Fri, 2 Jun 2000 23:23:53 +0000 (23:23 +0000)
committerTom Tromey <tromey@redhat.com>
Fri, 2 Jun 2000 23:23:53 +0000 (23:23 +0000)
        * depcomp: tell SGI MIPSpro compilers to generate dependencies
        through the pre-processor (only CVS libtool has the -Wc option
        yet).

ChangeLog
depcomp
lib/depcomp

index c03038d0997262f26a51dd1d65ce503306d01df7..38d0f8577836a6d9e7d094aa0a2b403da0191350 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2000-05-31  Morten Eriksen  <mortene@sim.no>
+
+        * depcomp: tell SGI MIPSpro compilers to generate dependencies
+        through the pre-processor (only CVS libtool has the -Wc option
+        yet).
+
 2000-05-15  Brendan O'Dea  <bod@compusol.com.au>
 
        * missing: Add support for `help2man'.
diff --git a/depcomp b/depcomp
index 79060967388012dc2204e70c566ed20470224996..757ee998eba1a8b0f83ed2eaa92a3b044cc7ef17 100755 (executable)
--- a/depcomp
+++ b/depcomp
@@ -110,7 +110,7 @@ dashmd)
 
 sgi)
   if test "$libtool" = yes; then
-    "$@" "-Wc,-MDupdate,$tmpdepfile"
+    "$@" "-Wp,-MDupdate,$tmpdepfile"
   else
     "$@" -MDupdate "$tmpdepfile"
   fi
index 79060967388012dc2204e70c566ed20470224996..757ee998eba1a8b0f83ed2eaa92a3b044cc7ef17 100755 (executable)
@@ -110,7 +110,7 @@ dashmd)
 
 sgi)
   if test "$libtool" = yes; then
-    "$@" "-Wc,-MDupdate,$tmpdepfile"
+    "$@" "-Wp,-MDupdate,$tmpdepfile"
   else
     "$@" -MDupdate "$tmpdepfile"
   fi
This page took 0.034564 seconds and 5 git commands to generate.