diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-09-01 22:32:19 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-09-01 22:32:19 +0000 |
commit | a21227ef2ce85a000cf5ba17b8cc27b40e2e5663 (patch) | |
tree | e428c33b11e4da4d34fbd235506edd2f1667ad5d /bfd/Makefile.in | |
parent | a52a3ce8e09a06a626cec899dfaf1fca9997e561 (diff) | |
download | gdb-a21227ef2ce85a000cf5ba17b8cc27b40e2e5663.zip gdb-a21227ef2ce85a000cf5ba17b8cc27b40e2e5663.tar.gz gdb-a21227ef2ce85a000cf5ba17b8cc27b40e2e5663.tar.bz2 |
* Makefile.in (OFILES): Remove $(TDEPFILES).
* config/apollo.mt (TDEPFILES): Remove.
* config/README: Update.
Diffstat (limited to 'bfd/Makefile.in')
-rw-r--r-- | bfd/Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bfd/Makefile.in b/bfd/Makefile.in index cf2c617..5dc6fb4 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 |