From a21227ef2ce85a000cf5ba17b8cc27b40e2e5663 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 1 Sep 1995 22:32:19 +0000 Subject: [PATCH] * Makefile.in (OFILES): Remove $(TDEPFILES). * config/apollo.mt (TDEPFILES): Remove. * config/README: Update. --- bfd/ChangeLog | 4 ++++ bfd/Makefile.in | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index d89ecb5c40a..f1f43ac2036 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,9 @@ Fri Sep 1 18:06:28 1995 Ian Lance Taylor + * Makefile.in (OFILES): Remove $(TDEPFILES). + * config/apollo.mt (TDEPFILES): Remove. + * config/README: Update. + * configure.in: For a native configuration, set COREFILE and COREFLAG based on the canonical host name. * configure: Rebuild. diff --git a/bfd/Makefile.in b/bfd/Makefile.in index cf2c6177691..5dc6fb4fd17 100644 --- a/bfd/Makefile.in +++ b/bfd/Makefile.in @@ -321,8 +321,7 @@ diststuff: info headers # BFD_BACKENDS Routines the configured targets need. # BFD_MACHINES Architecture-specific routines the configured targets need. # COREFILE Core file routines for a native configuration -# TDEPFILES Routines the target needs, regardless of host. -OFILES = $(BFD_LIBS) $(BFD_BACKENDS) $(BFD_MACHINES) @COREFILE@ $(TDEPFILES) +OFILES = $(BFD_LIBS) $(BFD_BACKENDS) $(BFD_MACHINES) @COREFILE@ ofiles : Makefile rm -f ofiles -- 2.30.2