aboutsummaryrefslogtreecommitdiff
path: root/binutils/Makefile.in
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1997-08-04 15:51:44 +0000
committerIan Lance Taylor <ian@airs.com>1997-08-04 15:51:44 +0000
commite5b3abe4dfa3c4baa7bdf1c7b040129f816cf433 (patch)
treea05742ea0e86c2ece7c9e29726a6fdbae69e8731 /binutils/Makefile.in
parentc5cb7682c65c13de806337ca8ac58ecdcb679abc (diff)
downloadgdb-e5b3abe4dfa3c4baa7bdf1c7b040129f816cf433.zip
gdb-e5b3abe4dfa3c4baa7bdf1c7b040129f816cf433.tar.gz
gdb-e5b3abe4dfa3c4baa7bdf1c7b040129f816cf433.tar.bz2
* deflex.l, defparse.y: Use VERSIONK rather than VERSION.
* rclex.l, rcparse.y: Likewise. * Makefile.am (windres_SOURCES): Add $(BULIBS). * Makefile.in: Rebuild.
Diffstat (limited to 'binutils/Makefile.in')
-rw-r--r--binutils/Makefile.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/binutils/Makefile.in b/binutils/Makefile.in
index 75a32b4..ba8b06f 100644
--- a/binutils/Makefile.in
+++ b/binutils/Makefile.in
@@ -225,7 +225,8 @@ sysdump_SOURCES = sysdump.c $(BULIBS)
nlmconv_SOURCES = nlmconv.c nlmheader.y $(BULIBS)
-windres_SOURCES = windres.c resrc.c rescoff.c resbin.c rcparse.y rclex.l
+windres_SOURCES = windres.c resrc.c rescoff.c resbin.c rcparse.y rclex.l \
+ $(BULIBS)
windres_LDADD = $(BFDLIB) $(LIBIBERTY) @LEXLIB@
CLEANFILES = dep.sed .dep .dep1
@@ -261,7 +262,7 @@ filemode.o
dlltool_DEPENDENCIES = ../bfd/libbfd.la ../libiberty/libiberty.a
dlltool_LDFLAGS =
windres_OBJECTS = windres.o resrc.o rescoff.o resbin.o rcparse.o \
-rclex.o
+rclex.o bucomm.o version.o filemode.o
windres_DEPENDENCIES = ../bfd/libbfd.la ../libiberty/libiberty.a
windres_LDFLAGS =
size_OBJECTS = size.o bucomm.o version.o filemode.o