diff --git a/gcc/f/ChangeLog.gcc3 b/gcc/f/ChangeLog.gcc3
index 992e15868c6bbd010c2ac1b7784ea86fc7fa0555..79efa237dd47371959b6a30feb77247b99d2df51 100644
--- a/gcc/f/ChangeLog.gcc3
+++ b/gcc/f/ChangeLog.gcc3
@@ -1,3 +1,8 @@
+Fri Aug 15 13:44:14 1997  Jeffrey A Law  (law@cygnus.com)
+
+	* Makefile.in, Make-lang.in: Remove "^L" at the beginning
+	of lines.
+
 Tue Aug 12 10:23:02 1997  Jeffrey A Law  (law@cygnus.com)
 
 	* g77.info*: Rebuilt.
diff --git a/gcc/f/Make-lang.in b/gcc/f/Make-lang.in
index 7e59b6100c3a6909650b5019d14177248b968350..e74174a6abe94d62abf898089944d0f676bca0bf 100644
--- a/gcc/f/Make-lang.in
+++ b/gcc/f/Make-lang.in
@@ -37,7 +37,6 @@
 # - define the names for selecting the language in LANGUAGES.
 #
 # $(srcdir) must be set to the gcc/ source directory (not gcc/f/).
-
 # Extra flags to pass to recursive makes (and to sub-configure).
 # Use different quoting rules compared with FLAGS_TO_PASS so we can use
 # this to set environment variables as well
@@ -93,7 +92,6 @@ G77_INSTALL_NAME = `t='$(program_transform_name)'; echo g77 | sed $$t`
 # Actual names to use when installing a cross-compiler.
 F77_CROSS_NAME = `t='$(program_transform_cross_name)'; echo f77 | sed $$t`
 G77_CROSS_NAME = `t='$(program_transform_cross_name)'; echo g77 | sed $$t`
-
 # Define the names for selecting f77 in LANGUAGES.
 # Note that it would be nice to move the dependency on g77
 # into the F77 rule, but that needs a little bit of work
@@ -306,7 +304,6 @@ f/runtime/libU77/Makefile: \
 #            $(srcdir)/config/$(xmake_file) $(srcdir)/config/$(tmake_file)
 #	top=`pwd`; cd f/f2c; \
 #          $${top}/f/f2c/configure --srcdir=$${top}/f/f2c
-
 # Build hooks:
 
 # I'm not sure there's a way of getting f2c into here conditionally on
@@ -357,7 +354,6 @@ f77.rebuilt: $(srcdir)/f/g77.info $(srcdir)/f/BUGS $(srcdir)/f/INSTALL \
 maybe-f2c:
 #For now, omit f2c stuff.  -- burley
 #	case "$(STAGESTUFF)" in *f2c*) $(MAKE) f2c;; esac
-
 # Install hooks:
 # f771 is installed elsewhere as part of $(COMPILERS).
 
@@ -484,7 +480,6 @@ f77.uninstall:
 	  rm -rf include/f2c.h ; \
 	  rm -rf $(libdir)/libf2c.a ; \
 	fi
-
 # Clean hooks:
 # A lot of the ancillary files are deleted by the main makefile.
 # We just have to delete files specific to us.
@@ -517,7 +512,6 @@ f77.maintainer-clean f77.realclean: f77.distclean
 	-cd f/runtime; $(MAKE) -f ../../$(srcdir)/f/runtime/Makefile.in maintainer-clean
 	-$(MAKE) f77.maintainer-clean
 	-rm -f f/g77.info* f/g77.*aux f/TAGS f/BUGS f/INSTALL f/NEWS f/intdoc.texi
-
 # Stage hooks:
 # The main makefile has already created stage?/f.
 
@@ -554,7 +548,6 @@ f77.stage4:
 	-mv $(LIBF77STAGESTUFF) stage4/f/runtime/libF77
 	-mv $(LIBI77STAGESTUFF) stage4/f/runtime/libI77
 	-mv $(LIBU77STAGESTUFF) stage4/f/runtime/libU77
-
 # Maintenance hooks:
 
 # This target creates the files that can be rebuilt, but go in the
diff --git a/gcc/f/Makefile.in b/gcc/f/Makefile.in
index 79eba82a3a9f45e4b56fdd5a14d64654a2c82f4a..44e3d1914e6af286623a63c2a1a9433a39c5327c 100644
--- a/gcc/f/Makefile.in
+++ b/gcc/f/Makefile.in
@@ -136,7 +136,6 @@ all: all.indirect
 ####host overrides
 ####cross overrides
 ####build overrides
-
 # Now figure out from those variables how to compile and link.
 
 all.indirect: f/Makefile f771
@@ -202,7 +201,6 @@ FLAGS_TO_PASS = \
 
 .c.o:
 	$(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $< -o $@
-
 # Lists of files for various purposes.
 
 # Language-specific object files for g77
@@ -267,7 +265,6 @@ f/Makefile:
 Makefile: $(srcdir)/f/Makefile.in $(srcdir)/configure
 
 native: f771
-
 # Compiling object files from source files.
 
 # Note that dependencies on obstack.h are not written
@@ -546,7 +543,6 @@ deps-kinda:
 	      -e 's: \([.]/\)*f/str[.]h: f/stamp-str:g' \
 	      -e 's%^\(.*\)[ ]*: %f/\1: %g'
 
-
 # These exist for maintenance purposes.
 
 # Update the tags table.