From 8227a4b007cb020e22ceb2e634c64eb7082d0e4e Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Fri, 2 Jun 2000 23:23:53 +0000 Subject: [PATCH] 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). --- ChangeLog | 6 ++++++ depcomp | 2 +- lib/depcomp | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) 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 -- 2.43.5