mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-24 16:05:53 +08:00
* Makefile.in (OFILES): Remove $(TDEPFILES).
* config/apollo.mt (TDEPFILES): Remove. * config/README: Update.
This commit is contained in:
@ -1,5 +1,9 @@
|
|||||||
Fri Sep 1 18:06:28 1995 Ian Lance Taylor <ian@cygnus.com>
|
Fri Sep 1 18:06:28 1995 Ian Lance Taylor <ian@cygnus.com>
|
||||||
|
|
||||||
|
* Makefile.in (OFILES): Remove $(TDEPFILES).
|
||||||
|
* config/apollo.mt (TDEPFILES): Remove.
|
||||||
|
* config/README: Update.
|
||||||
|
|
||||||
* configure.in: For a native configuration, set COREFILE and
|
* configure.in: For a native configuration, set COREFILE and
|
||||||
COREFLAG based on the canonical host name.
|
COREFLAG based on the canonical host name.
|
||||||
* configure: Rebuild.
|
* configure: Rebuild.
|
||||||
|
@ -321,8 +321,7 @@ diststuff: info headers
|
|||||||
# BFD_BACKENDS Routines the configured targets need.
|
# BFD_BACKENDS Routines the configured targets need.
|
||||||
# BFD_MACHINES Architecture-specific routines the configured targets need.
|
# BFD_MACHINES Architecture-specific routines the configured targets need.
|
||||||
# COREFILE Core file routines for a native configuration
|
# COREFILE Core file routines for a native configuration
|
||||||
# TDEPFILES Routines the target needs, regardless of host.
|
OFILES = $(BFD_LIBS) $(BFD_BACKENDS) $(BFD_MACHINES) @COREFILE@
|
||||||
OFILES = $(BFD_LIBS) $(BFD_BACKENDS) $(BFD_MACHINES) @COREFILE@ $(TDEPFILES)
|
|
||||||
|
|
||||||
ofiles : Makefile
|
ofiles : Makefile
|
||||||
rm -f ofiles
|
rm -f ofiles
|
||||||
|
Reference in New Issue
Block a user