Commit 82770562 by Jeffrey A Law Committed by Jeff Law

* Makefile.in: Do not put ^Ls at the start of a line.

From-SVN: r24723
parent f9670bce
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) Wed Jan 6 02:53:38 1999 Jeffrey A Law (law@cygnus.com)
* Makefile.in: Add some missing $(exeext). Remove some obsolete * Makefile.in: Add some missing $(exeext). Remove some obsolete
......
# Makefile for GNU CHILL compiler. # 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. #This file is part of GNU CC.
...@@ -124,7 +124,7 @@ all: all.indirect ...@@ -124,7 +124,7 @@ all: all.indirect
####cross overrides ####cross overrides
####build overrides ####build overrides
####site overrides ####site overrides
#
# Now figure out from those variables how to compile and link. # Now figure out from those variables how to compile and link.
all.indirect: Makefile ../chill ../cc1chill$(exeext) all.indirect: Makefile ../chill ../cc1chill$(exeext)
...@@ -188,7 +188,7 @@ FLAGS_TO_PASS = \ ...@@ -188,7 +188,7 @@ FLAGS_TO_PASS = \
# This tells GNU make version 3 not to export all the variables # This tells GNU make version 3 not to export all the variables
# defined in this file into the environment. # defined in this file into the environment.
.NOEXPORT: .NOEXPORT:
#
# Lists of files for various purposes. # Lists of files for various purposes.
# Language-specific object files for CHILL # Language-specific object files for CHILL
...@@ -235,12 +235,12 @@ mostlyclean: ...@@ -235,12 +235,12 @@ mostlyclean:
clean: mostlyclean clean: mostlyclean
#
Makefile: $(srcdir)/Makefile.in $(srcdir)/../configure Makefile: $(srcdir)/Makefile.in $(srcdir)/../configure
cd ..; $(SHELL) config.status cd ..; $(SHELL) config.status
native: config.status ../cc1chill$(exeext) ../chill native: config.status ../cc1chill$(exeext) ../chill
#
# Compiling object files from source files. # Compiling object files from source files.
# Note that dependencies on obstack.h are not written # Note that dependencies on obstack.h are not written
......
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> Fri Jan 15 20:16:20 1999 Per Bothner <bothner@cygnus.com>
* expr.c (process_jvm_instruction): Coerce to correct Throwable * expr.c (process_jvm_instruction): Coerce to correct Throwable
......
...@@ -133,7 +133,7 @@ all: all.indirect ...@@ -133,7 +133,7 @@ all: all.indirect
####build overrides ####build overrides
@build_overrides@ @build_overrides@
####site overrides ####site overrides
#
# Now figure out from those variables how to compile and link. # Now figure out from those variables how to compile and link.
all.indirect: Makefile ../jc1$(exeext) ../jcf-dump$(exeext) \ all.indirect: Makefile ../jc1$(exeext) ../jcf-dump$(exeext) \
...@@ -166,7 +166,7 @@ INCLUDES = -I. -I.. -I$(srcdir) -I$(srcdir)/.. -I$(srcdir)/../config -I$(srcdir) ...@@ -166,7 +166,7 @@ INCLUDES = -I. -I.. -I$(srcdir) -I$(srcdir)/.. -I$(srcdir)/../config -I$(srcdir)
.c.o: .c.o:
$(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $< $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $<
#
# Lists of files for various purposes. # Lists of files for various purposes.
# Language-specific object files for Gcc/Java: # Language-specific object files for Gcc/Java:
...@@ -214,7 +214,7 @@ Makefile: $(srcdir)/Makefile.in $(srcdir)/../configure ...@@ -214,7 +214,7 @@ Makefile: $(srcdir)/Makefile.in $(srcdir)/../configure
cd ..; $(SHELL) config.status cd ..; $(SHELL) config.status
native: config.status ../jc1$(exeext) native: config.status ../jc1$(exeext)
#
# Compiling object files from source files. # Compiling object files from source files.
TREE_H = $(srcdir)/../tree.h $(srcdir)/../real.h $(srcdir)/../tree.def \ TREE_H = $(srcdir)/../tree.h $(srcdir)/../real.h $(srcdir)/../tree.def \
$(srcdir)/../machmode.h $(srcdir)/../machmode.def $(srcdir)/../machmode.h $(srcdir)/../machmode.def
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment