diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-01-17 20:58:58 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-01-17 20:58:58 +0000 |
commit | 796cbe5de9a8cbb3a81d7dd56fcd520257a7bdbf (patch) | |
tree | de2a1d8e6c7525c9c50f3a5d5ea03baedbc7c5b6 /gcc/ch | |
parent | 343db0603ab20c15559f8d1daf841c5eb5fbe491 (diff) | |
download | gcc-796cbe5de9a8cbb3a81d7dd56fcd520257a7bdbf.tar.gz |
* Makefile.in: Do not put ^Ls at the start of a line.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24723 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ch')
-rw-r--r-- | gcc/ch/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/ch/Makefile.in | 10 |
2 files changed, 9 insertions, 5 deletions
diff --git a/gcc/ch/ChangeLog b/gcc/ch/ChangeLog index f0aa04fa24f..5d4a726b9ac 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 29321a7aceb..61474708860 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 |