diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-08-15 19:45:17 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-08-15 19:45:17 +0000 |
commit | 9a642b82e16c7be9f13a0ed6ccf6336fca2bb222 (patch) | |
tree | 5ccde176823002c569c62da7ae3c07dc120ff735 /gcc/f/Makefile.in | |
parent | 5022a9c4cf2238d9f9feded48d963cf53af6cead (diff) | |
download | gcc-9a642b82e16c7be9f13a0ed6ccf6336fca2bb222.tar.gz |
* Makefile.in, Make-lang.in: Remove "^L" at the beginning
of lines.
Some makes don't like them.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14812 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/f/Makefile.in')
-rw-r--r-- | gcc/f/Makefile.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/f/Makefile.in b/gcc/f/Makefile.in index 79eba82a3a9..44e3d1914e6 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. |