Forgot one more place to remove amdcoff.c reference (sigh).
authorJohn Gilmore <gnu@cygnus>
Thu, 1 Aug 1991 05:33:39 +0000 (05:33 +0000)
committerJohn Gilmore <gnu@cygnus>
Thu, 1 Aug 1991 05:33:39 +0000 (05:33 +0000)
bfd/.Sanitize

index 567071073c3cab3fe6ef63fb54fdd8ca99017a2d..b44ff5d3695b7ce3e2b4175d35f05cb557219784 100644 (file)
@@ -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' <Makefile.in >new
        mv new Makefile.in
+       sed -e '/a29kcoff/d' <targets.c >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
This page took 0.024449 seconds and 4 git commands to generate.