From: Tom Tromey Date: Fri, 2 Jun 2000 23:23:53 +0000 (+0000) Subject: 2000-05-31 Morten Eriksen X-Git-Tag: Release-1-4b~81 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=8227a4b007cb020e22ceb2e634c64eb7082d0e4e;p=automake.git 2000-05-31 Morten Eriksen * depcomp: tell SGI MIPSpro compilers to generate dependencies through the pre-processor (only CVS libtool has the -Wc option yet). --- diff --git a/ChangeLog b/ChangeLog index c03038d0..38d0f857 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2000-05-31 Morten Eriksen + + * 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 * missing: Add support for `help2man'. diff --git a/depcomp b/depcomp index 79060967..757ee998 100755 --- 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 diff --git a/lib/depcomp b/lib/depcomp index 79060967..757ee998 100755 --- a/lib/depcomp +++ b/lib/depcomp @@ -110,7 +110,7 @@ dashmd) sgi) if test "$libtool" = yes; then - "$@" "-Wc,-MDupdate,$tmpdepfile" + "$@" "-Wp,-MDupdate,$tmpdepfile" else "$@" -MDupdate "$tmpdepfile" fi