diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-08-04 15:51:44 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-08-04 15:51:44 +0000 |
commit | e5b3abe4dfa3c4baa7bdf1c7b040129f816cf433 (patch) | |
tree | a05742ea0e86c2ece7c9e29726a6fdbae69e8731 /binutils/Makefile.in | |
parent | c5cb7682c65c13de806337ca8ac58ecdcb679abc (diff) | |
download | binutils-e5b3abe4dfa3c4baa7bdf1c7b040129f816cf433.zip binutils-e5b3abe4dfa3c4baa7bdf1c7b040129f816cf433.tar.gz binutils-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.in | 5 |
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 |