From: Jay Sachs Date: Tue, 9 Dec 1997 06:53:10 +0000 (+0000) Subject: * Makefile.in (compare*): Handle losing behavior from 4.4bsd make. X-Git-Tag: releases/libf2c-0.5.21~412 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=25b76cc193e0c212ba59190a7ee1e47dcdfbb195;p=thirdparty%2Fgcc.git * Makefile.in (compare*): Handle losing behavior from 4.4bsd make. From-SVN: r17021 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 579746261c0c..516e94b7a4a8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Mon Dec 8 23:53:26 1997 Jay Sachs + + * Makefile.in (compare*): Handle losing behavior from 4.4bsd make. + Mon Dec 8 21:03:28 1997 Richard Henderson * alpha.c (REG_RA, alpha_return_addr, output_epilog): diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 2f1b08192b9c..cc19d63435ea 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -2664,6 +2664,7 @@ compare compare3 compare4 compare-lean compare3-lean compare4-lean: force else \ case "$@" in \ *-lean ) rm -rf stage$$stage ;; \ + *) ;; \ esac; true; \ fi