diff options
author | Fred Fish <fnf@specifix.com> | 1995-11-05 00:29:13 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1995-11-05 00:29:13 +0000 |
commit | d9e771e3b02d6f7bffcd46e5af40724a0bea4c4d (patch) | |
tree | 41f8883f35f567f13049fe3087d4d01490a2b458 /bfd/makefile.dos | |
parent | 188c635fbb8b6b15ffd3a12f2665dc17d09ff947 (diff) | |
download | gdb-d9e771e3b02d6f7bffcd46e5af40724a0bea4c4d.zip gdb-d9e771e3b02d6f7bffcd46e5af40724a0bea4c4d.tar.gz gdb-d9e771e3b02d6f7bffcd46e5af40724a0bea4c4d.tar.bz2 |
* core.c: Renamed to corefile.c
* makefile.dos (OBJS): Change core.o to corefile.o
* Makefile.in (CFILES, BFD_LIBS): Use corefile.c instead of core.c
Diffstat (limited to 'bfd/makefile.dos')
-rw-r--r-- | bfd/makefile.dos | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/makefile.dos b/bfd/makefile.dos index 214b701..8a22c6a 100644 --- a/bfd/makefile.dos +++ b/bfd/makefile.dos @@ -19,7 +19,7 @@ OBJS = \ targets.o \ cache.o \ archures.o \ - core.o \ + corefile.o \ section.o \ format.o \ syms.o \ |