From f72e53e483e9e14c16d0d5d02879c90db7b4ba02 Mon Sep 17 00:00:00 2001 From: Jeffrey A Law Date: Fri, 15 Aug 1997 19:45:17 +0000 Subject: * Makefile.in, Make-lang.in: Remove "^L" at the beginning of lines. Some makes don't like them. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@14812 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/f/ChangeLog.gcc3 | 5 +++++ gcc/f/Make-lang.in | 7 ------- gcc/f/Makefile.in | 4 ---- 3 files changed, 5 insertions(+), 11 deletions(-) diff --git a/gcc/f/ChangeLog.gcc3 b/gcc/f/ChangeLog.gcc3 index 992e15868c6..79efa237dd4 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 7e59b6100c3..e74174a6abe 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 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. -- cgit v1.2.3