From f4dd7604c603c66aad885db47fa5b4a18fe742c3 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 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 -- 2.47.2