From e5b3abe4dfa3c4baa7bdf1c7b040129f816cf433 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 4 Aug 1997 15:51:44 +0000 Subject: * deflex.l, defparse.y: Use VERSIONK rather than VERSION. * rclex.l, rcparse.y: Likewise. * Makefile.am (windres_SOURCES): Add $(BULIBS). * Makefile.in: Rebuild. --- binutils/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'binutils/Makefile.am') diff --git a/binutils/Makefile.am b/binutils/Makefile.am index 6f3809c..970f5c9 100644 --- a/binutils/Makefile.am +++ b/binutils/Makefile.am @@ -238,7 +238,8 @@ nlmconv.o: nlmconv.c $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h 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@ # Targets to rebuild dependencies in this Makefile. -- cgit v1.1