aboutsummaryrefslogtreecommitdiff
path: root/binutils/Makefile.in
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>1999-05-11 21:06:16 +0000
committerDJ Delorie <dj@redhat.com>1999-05-11 21:06:16 +0000
commit09cda596de63a115baf24952deae289298a67a87 (patch)
treea052a9fcba4ca4a13957a6b7bb678e9e388d143d /binutils/Makefile.in
parentec0ef80e9f48ae59958cfe0ff8a998881833ca12 (diff)
downloadfsf-binutils-gdb-09cda596de63a115baf24952deae289298a67a87.zip
fsf-binutils-gdb-09cda596de63a115baf24952deae289298a67a87.tar.gz
fsf-binutils-gdb-09cda596de63a115baf24952deae289298a67a87.tar.bz2
1999-05-10 DJ Delorie <dj@cygnus.com>
* windres.c (quot): Quote shell metacharacters in a string (main): quote parameters to cpp that might have metacharacters in them. Allow -D as an alias for --define to allow for sharing make macros with gcc. * objdump.c (dump_reloc_set): don't core if howto->name is NULL * Makefile.am: Give rescoff.c a cpu-specific -D so it can set the correct BFD. * Makefile.in: ditto * rescoff.c (write_coff_file): Set the correct BFD
Diffstat (limited to 'binutils/Makefile.in')
-rw-r--r--binutils/Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/binutils/Makefile.in b/binutils/Makefile.in
index c32ae4d..5479616 100644
--- a/binutils/Makefile.in
+++ b/binutils/Makefile.in
@@ -1125,6 +1125,9 @@ sysinfo.o: sysinfo.c
dlltool.o:dlltool.c
$(COMPILE) -c $(DLLTOOL_DEFS) $(srcdir)/dlltool.c
+rescoff.o:rescoff.c
+ $(COMPILE) -c $(DLLTOOL_DEFS) $(srcdir)/rescoff.c
+
# coff/sym.h and coff/ecoff.h won't be found by the automatic dependency
# scripts, since they are only included conditionally.
nlmconv.o: nlmconv.c $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h