* Makefile.in (compare*): Handle losing behavior from 4.4bsd make.
authorJay Sachs <sachs@bull.cs.williams.edu>
Tue, 9 Dec 1997 06:53:10 +0000 (06:53 +0000)
committerJeff Law <law@gcc.gnu.org>
Tue, 9 Dec 1997 06:53:10 +0000 (23:53 -0700)
From-SVN: r17021

gcc/ChangeLog
gcc/Makefile.in

index 579746261c0ca880aa7b5015c45a3d3911af039a..516e94b7a4a8b3512b958c64d48d36988a106db1 100644 (file)
@@ -1,3 +1,7 @@
+Mon Dec  8 23:53:26 1997  Jay Sachs <sachs@bull.cs.williams.edu>
+
+       * Makefile.in (compare*): Handle losing behavior from 4.4bsd make.
+
 Mon Dec  8 21:03:28 1997  Richard Henderson  <rth@cygnus.com>
 
        * alpha.c (REG_RA, alpha_return_addr, output_epilog):
index 2f1b08192b9c7d6f408d46acfed8597b559bd3ff..cc19d63435ead7f3cf5adf8cd0b23d2d9235ac2b 100644 (file)
@@ -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