From fab4b2d30838d48d038022116802ace41c8a4280 Mon Sep 17 00:00:00 2001 From: John Gilmore Date: Thu, 1 Aug 1991 05:33:39 +0000 Subject: [PATCH] Forgot one more place to remove amdcoff.c reference (sigh). --- bfd/.Sanitize | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/bfd/.Sanitize b/bfd/.Sanitize index 567071073c..b44ff5d369 100644 --- a/bfd/.Sanitize +++ b/bfd/.Sanitize @@ -90,13 +90,15 @@ else fi if ( echo $* | grep keep\-29k > /dev/null ) ; then - echo Keeping 29k in amdcoff.c and Makefile.in + echo Keeping 29k in amdcoff.c and Makefile.in and targets.c else - echo Sanitizing 29k in amdcoff.c and Makefile.in + echo Sanitizing 29k in amdcoff.c and Makefile.in and targets.c rm -f amdcoff.c rm -f new sed -e 's/ amdcoff.[co] / /g' new mv new Makefile.in + sed -e '/a29kcoff/d' new + mv new targets.c fi echo Done in `pwd`. @@ -104,7 +106,10 @@ echo Done in `pwd`. # # # $Log$ -# Revision 1.11 1991/08/01 01:27:44 gnu +# Revision 1.12 1991/08/01 05:33:39 gnu +# Forgot one more place to remove amdcoff.c reference (sigh). +# +# Revision 1.11 1991/08/01 01:27:44 gnu # Delete CVS.adm from the release! # # Revision 1.10 1991/07/31 22:28:30 gnu -- 2.34.1