aboutsummaryrefslogtreecommitdiff
path: root/binutils/Makefile.am
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1999-06-22 22:58:06 +0000
committerIan Lance Taylor <ian@airs.com>1999-06-22 22:58:06 +0000
commit83d765b3ed5a085dd42d7e737b3a559cf2fc6d5d (patch)
tree64c9c518ddeebdf46ba4753fcdc5500b1e9b9e3d /binutils/Makefile.am
parent2481e6a24fbcf780f29ea9098600271347df57e3 (diff)
downloadfsf-binutils-gdb-83d765b3ed5a085dd42d7e737b3a559cf2fc6d5d.zip
fsf-binutils-gdb-83d765b3ed5a085dd42d7e737b3a559cf2fc6d5d.tar.gz
fsf-binutils-gdb-83d765b3ed5a085dd42d7e737b3a559cf2fc6d5d.tar.bz2
* Makefile.am (dlltool_SOURCES): Add dyn-string.c.
* Makefile.in: Rebuild.
Diffstat (limited to 'binutils/Makefile.am')
-rw-r--r--binutils/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/Makefile.am b/binutils/Makefile.am
index 4d9940a..a01f9ed 100644
--- a/binutils/Makefile.am
+++ b/binutils/Makefile.am
@@ -234,7 +234,7 @@ sysinfo.o: sysinfo.c
srconv_SOURCES = srconv.c coffgrok.c $(BULIBS)
-dlltool_SOURCES = dlltool.c defparse.y deflex.l $(BULIBS)
+dlltool_SOURCES = dlltool.c defparse.y deflex.l dyn-string.c $(BULIBS)
dlltool_LDADD = $(BFDLIB) $(LIBIBERTY) @LEXLIB@ $(INTLLIBS)
dlltool.o:dlltool.c