* Makefile.in (compare*): Handle losing behavior from 4.4bsd make.

From-SVN: r17021
This commit is contained in:
Jay Sachs 1997-12-09 06:53:10 +00:00 committed by Jeff Law
parent 2625008199
commit 25b76cc193
2 changed files with 5 additions and 0 deletions

View 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):

View 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