* Makefile.in: Do not put ^Ls at the start of a line.
authorJeffrey A Law <law@cygnus.com>
Sun, 17 Jan 1999 20:58:58 +0000 (20:58 +0000)
committerJeff Law <law@gcc.gnu.org>
Sun, 17 Jan 1999 20:58:58 +0000 (13:58 -0700)
From-SVN: r24723

gcc/ch/ChangeLog
gcc/ch/Makefile.in
gcc/java/ChangeLog
gcc/java/Makefile.in

index f0aa04fa24fe01c3f200b9f8e825c959b5cfa729..5d4a726b9ac5eec63adc71cd654b789f1ea3638d 100644 (file)
@@ -1,3 +1,7 @@
+Sun Jan 17 21:53:23 1999  Jeffrey A Law  (law@cygnus.com)
+
+       * Makefile.in: Do not put ^Ls at the start of a line.
+
 Wed Jan  6 02:53:38 1999  Jeffrey A Law  (law@cygnus.com)
 
        * Makefile.in: Add some missing $(exeext).  Remove some obsolete
index 29321a7aceb22aab1a91d4cbbc8bb887ca164dd9..6147470886038607a3b6f4bb9680e882c7d9ca1d 100644 (file)
@@ -1,5 +1,5 @@
 # Makefile for GNU CHILL compiler.
-#   Copyright (C) 1987, 88, 90-94, 1998 Free Software Foundation, Inc.
+#   Copyright (C) 1987, 88, 90-94, 1998, 1999 Free Software Foundation, Inc.
 
 #This file is part of GNU CC.
 
@@ -124,7 +124,7 @@ all: all.indirect
 ####cross overrides
 ####build overrides
 ####site overrides
-\f
+#\f
 # Now figure out from those variables how to compile and link.
 
 all.indirect: Makefile ../chill ../cc1chill$(exeext)
@@ -188,7 +188,7 @@ FLAGS_TO_PASS = \
 # This tells GNU make version 3 not to export all the variables
 # defined in this file into the environment.
 .NOEXPORT:
-\f
+#\f
 # Lists of files for various purposes.
 
 # Language-specific object files for CHILL
@@ -235,12 +235,12 @@ mostlyclean:
 
 clean:  mostlyclean
 
-\f
+#\f
 Makefile: $(srcdir)/Makefile.in $(srcdir)/../configure
        cd ..; $(SHELL) config.status
 
 native: config.status ../cc1chill$(exeext) ../chill
-\f
+#\f
 # Compiling object files from source files.
 
 # Note that dependencies on obstack.h are not written
index 89bdb5a4f4560317717f9822bfe4a81fafae784f..30e3d80bc7ea247788e06ae562daee231f5433b1 100644 (file)
@@ -1,3 +1,7 @@
+Sun Jan 17 21:55:42 1999  Jeffrey A Law  (law@cygnus.com)
+
+        * Makefile.in: Do not put ^Ls at the start of a line.
+
 Fri Jan 15 20:16:20 1999  Per Bothner  <bothner@cygnus.com>
 
        * expr.c (process_jvm_instruction):  Coerce to correct Throwable
index f87eeebe6edf15055612eecebb0c34144b44ed82..d2975feff57c74eafa0fa00c1690e2d8180f249a 100644 (file)
@@ -133,7 +133,7 @@ all: all.indirect
 ####build overrides
 @build_overrides@
 ####site overrides
-\f
+#\f
 # Now figure out from those variables how to compile and link.
 
 all.indirect: Makefile ../jc1$(exeext) ../jcf-dump$(exeext) \
@@ -166,7 +166,7 @@ INCLUDES = -I. -I.. -I$(srcdir) -I$(srcdir)/.. -I$(srcdir)/../config -I$(srcdir)
 .c.o:
        $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $<
 
-\f
+#\f
 # Lists of files for various purposes.
 
 # Language-specific object files for Gcc/Java:
@@ -214,7 +214,7 @@ Makefile: $(srcdir)/Makefile.in $(srcdir)/../configure
        cd ..; $(SHELL) config.status
 
 native: config.status ../jc1$(exeext)
-\f
+#\f
 # Compiling object files from source files.
 TREE_H = $(srcdir)/../tree.h $(srcdir)/../real.h $(srcdir)/../tree.def \
         $(srcdir)/../machmode.h $(srcdir)/../machmode.def