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~80 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4dd7604c603c66aad885db47fa5b4a18fe742c3;p=thirdparty%2Fautomake.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 c03038d09..38d0f8577 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 790609673..757ee998e 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 790609673..757ee998e 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