Index: ChangeLog
===================================================================
RCS file: /cvs/automake/automake/ChangeLog,v
retrieving revision 1.870
diff -u -r1.870 ChangeLog
--- ChangeLog   2000/05/15 16:43:40     1.870
+++ ChangeLog   2000/05/31 16:32:45
@@ -1,3 +1,9 @@
+2000-05-31  Morten Eriksen  <[EMAIL PROTECTED]>
+
+        * 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  <[EMAIL PROTECTED]>
 
        * missing: Add support for `help2man'.



Index: depcomp
===================================================================
RCS file: /cvs/automake/automake/depcomp,v
retrieving revision 1.5
diff -u -r1.5 depcomp
--- depcomp     1999/12/14 04:36:10     1.5
+++ depcomp     2000/05/31 16:32:55
@@ -110,7 +110,7 @@
 
 sgi)
   if test "$libtool" = yes; then
-    "$@" "-Wc,-MDupdate,$tmpdepfile"
+    "$@" "-Wp,-MDupdate,$tmpdepfile"
   else
     "$@" -MDupdate "$tmpdepfile"
   fi

Reply via email to