aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ch/ChangeLog4
-rw-r--r--gcc/ch/Makefile.in10
-rw-r--r--gcc/java/ChangeLog4
-rw-r--r--gcc/java/Makefile.in6
4 files changed, 16 insertions, 8 deletions
diff --git a/gcc/ch/ChangeLog b/gcc/ch/ChangeLog
index f0aa04f..5d4a726 100644
--- a/gcc/ch/ChangeLog
+++ b/gcc/ch/ChangeLog
@@ -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
diff --git a/gcc/ch/Makefile.in b/gcc/ch/Makefile.in
index 29321a7..6147470 100644
--- a/gcc/ch/Makefile.in
+++ b/gcc/ch/Makefile.in
@@ -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
-
+#
# 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:
-
+#
# Lists of files for various purposes.
# Language-specific object files for CHILL
@@ -235,12 +235,12 @@ mostlyclean:
clean: mostlyclean
-
+#
Makefile: $(srcdir)/Makefile.in $(srcdir)/../configure
cd ..; $(SHELL) config.status
native: config.status ../cc1chill$(exeext) ../chill
-
+#
# Compiling object files from source files.
# Note that dependencies on obstack.h are not written
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog
index 89bdb5a..30e3d80 100644
--- a/gcc/java/ChangeLog
+++ b/gcc/java/ChangeLog
@@ -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
diff --git a/gcc/java/Makefile.in b/gcc/java/Makefile.in
index f87eeeb..d2975fe 100644
--- a/gcc/java/Makefile.in
+++ b/gcc/java/Makefile.in
@@ -133,7 +133,7 @@ all: all.indirect
####build overrides
@build_overrides@
####site overrides
-
+#
# 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) $<
-
+#
# 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)
-
+#
# Compiling object files from source files.
TREE_H = $(srcdir)/../tree.h $(srcdir)/../real.h $(srcdir)/../tree.def \
$(srcdir)/../machmode.h $(srcdir)/../machmode.def