* Makefile.am (ld_new_DEPENDENCIES): Remove @LEXLIB@.
* Makefile.in: Rebuild.
This commit is contained in:
parent
affdd42e25
commit
24d2330e75
3 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
Fri Aug 29 00:32:31 1997 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* Makefile.am (ld_new_DEPENDENCIES): Remove @LEXLIB@.
|
||||
* Makefile.in: Rebuild.
|
||||
|
||||
Thu Aug 28 10:12:10 1997 Doug Evans <dje@canuck.cygnus.com>
|
||||
|
||||
* configure.tgt (arc-*-elf*): Recognize.
|
||||
|
|
|
@ -532,7 +532,7 @@ ez8002.c: $(srcdir)/emulparams/z8002.sh \
|
|||
|
||||
ld_new_SOURCES = ldgram.y ldlex.l lexsup.c ldlang.c mri.c ldctor.c ldmain.c \
|
||||
ldwrite.c ldexp.c ldemul.c ldver.c ldmisc.c ldfile.c ldcref.c
|
||||
ld_new_DEPENDENCIES = $(EMULATION_OFILES) $(BFDLIB) $(LIBIBERTY) @LEXLIB@
|
||||
ld_new_DEPENDENCIES = $(EMULATION_OFILES) $(BFDLIB) $(LIBIBERTY)
|
||||
ld_new_LDADD = $(EMULATION_OFILES) $(BFDLIB) $(LIBIBERTY) @LEXLIB@
|
||||
|
||||
# The generated emulation files mostly have the same dependencies.
|
||||
|
|
|
@ -278,7 +278,7 @@ GEN_DEPENDS = $(srcdir)/genscripts.sh $(srcdir)/emultempl/stringify.sed
|
|||
|
||||
ld_new_SOURCES = ldgram.y ldlex.l lexsup.c ldlang.c mri.c ldctor.c ldmain.c \
|
||||
ldwrite.c ldexp.c ldemul.c ldver.c ldmisc.c ldfile.c ldcref.c
|
||||
ld_new_DEPENDENCIES = $(EMULATION_OFILES) $(BFDLIB) $(LIBIBERTY) @LEXLIB@
|
||||
ld_new_DEPENDENCIES = $(EMULATION_OFILES) $(BFDLIB) $(LIBIBERTY)
|
||||
ld_new_LDADD = $(EMULATION_OFILES) $(BFDLIB) $(LIBIBERTY) @LEXLIB@
|
||||
|
||||
# This is the real libbfd.a created by libtool.
|
||||
|
|
Loading…
Reference in a new issue