diff options
author | Vladimir Volovich <vvv@vsu.ru> | 2008-03-28 00:18:37 +0000 |
---|---|---|
committer | Vladimir Volovich <vvv@vsu.ru> | 2008-03-28 00:18:37 +0000 |
commit | e0fe3e3d67ba885aa3fd03421c8e1819ad39b264 (patch) | |
tree | e71233f499ce362424a16dc5bd8d23bc7640af1a /Build/source | |
parent | a87adba12cc07523182f04f963d906bb8fbad4db (diff) |
tex2xindy/Makefile.am: removed tex2xindy_LDADD = @LEXLIB@
because tex2xindy.c has its own yywrap() and is not dependent on libl.a anymore
git-svn-id: svn://tug.org/texlive/trunk@7192 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source')
-rw-r--r-- | Build/source/utils/xindy/tex2xindy/Makefile.am | 2 | ||||
-rw-r--r-- | Build/source/utils/xindy/tex2xindy/Makefile.in | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/Build/source/utils/xindy/tex2xindy/Makefile.am b/Build/source/utils/xindy/tex2xindy/Makefile.am index ddf52bcebc2..f43d6bc32d5 100644 --- a/Build/source/utils/xindy/tex2xindy/Makefile.am +++ b/Build/source/utils/xindy/tex2xindy/Makefile.am @@ -23,8 +23,6 @@ bin_PROGRAMS = tex2xindy tex2xindy_SOURCES = tex2xindy.l -tex2xindy_LDADD = @LEXLIB@ - man_MANS = tex2xindy.1 EXTRA_DIST = $(man_MANS) diff --git a/Build/source/utils/xindy/tex2xindy/Makefile.in b/Build/source/utils/xindy/tex2xindy/Makefile.in index 81eef216c6a..c95aaf7d4a8 100644 --- a/Build/source/utils/xindy/tex2xindy/Makefile.in +++ b/Build/source/utils/xindy/tex2xindy/Makefile.in @@ -48,7 +48,7 @@ binPROGRAMS_INSTALL = $(INSTALL_PROGRAM) PROGRAMS = $(bin_PROGRAMS) am_tex2xindy_OBJECTS = tex2xindy.$(OBJEXT) tex2xindy_OBJECTS = $(am_tex2xindy_OBJECTS) -tex2xindy_DEPENDENCIES = +tex2xindy_LDADD = $(LDADD) DEFAULT_INCLUDES = -I.@am__isrc@ depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles @@ -167,7 +167,6 @@ target_alias = @target_alias@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ tex2xindy_SOURCES = tex2xindy.l -tex2xindy_LDADD = @LEXLIB@ man_MANS = tex2xindy.1 EXTRA_DIST = $(man_MANS) @MAINTAINER_MODE_TRUE@POD_DATE = `ident $< | grep '\$$Id' | sed -e 's/^.*,v [^ ]* //' -e 's/ .*//' -e s:/:-:g` |