From f177a76010d19ce4a413640978a701fa244c4f9b Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Tue, 16 Jun 2009 14:06:40 +0000 Subject: avoid using lex/flex library, always define own yywrap() git-svn-id: svn://tug.org/texlive/trunk@13773 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/lacheck/ChangeLog | 4 ++++ Build/source/texk/lacheck/Makefile.am | 2 -- Build/source/texk/lacheck/Makefile.in | 3 --- 3 files changed, 4 insertions(+), 5 deletions(-) (limited to 'Build/source/texk/lacheck') diff --git a/Build/source/texk/lacheck/ChangeLog b/Build/source/texk/lacheck/ChangeLog index 31197858515..a181c05412b 100644 --- a/Build/source/texk/lacheck/ChangeLog +++ b/Build/source/texk/lacheck/ChangeLog @@ -1,3 +1,7 @@ +2009-06-16 Peter Breitenlohner + + * Makefile.am: lacheck.l provides yywrap, no need for $(LEXLIB). + 2009-06-12 Peter Breitenlohner * Makefile.am (AM_CFLAGS): enable compiler warnings. diff --git a/Build/source/texk/lacheck/Makefile.am b/Build/source/texk/lacheck/Makefile.am index 7954489146a..a3b9c05e491 100644 --- a/Build/source/texk/lacheck/Makefile.am +++ b/Build/source/texk/lacheck/Makefile.am @@ -11,8 +11,6 @@ bin_PROGRAMS = lacheck lacheck_SOURCES = lacheck.l -LDADD = $(LEXLIB) - nodist_man1_MANS = lacheck.1 lacheck.1: lacheck.man diff --git a/Build/source/texk/lacheck/Makefile.in b/Build/source/texk/lacheck/Makefile.in index 7b3cd43ea52..5263e497db1 100644 --- a/Build/source/texk/lacheck/Makefile.in +++ b/Build/source/texk/lacheck/Makefile.in @@ -74,8 +74,6 @@ PROGRAMS = $(bin_PROGRAMS) am_lacheck_OBJECTS = lacheck.$(OBJEXT) lacheck_OBJECTS = $(am_lacheck_OBJECTS) lacheck_LDADD = $(LDADD) -am__DEPENDENCIES_1 = -lacheck_DEPENDENCIES = $(am__DEPENDENCIES_1) DEFAULT_INCLUDES = -I.@am__isrc@ depcomp = $(SHELL) $(top_srcdir)/../../build-aux/depcomp am__depfiles_maybe = depfiles @@ -254,7 +252,6 @@ top_srcdir = @top_srcdir@ ACLOCAL_AMFLAGS = -I ../../m4 AM_CFLAGS = $(WARNING_CFLAGS) lacheck_SOURCES = lacheck.l -LDADD = $(LEXLIB) nodist_man1_MANS = lacheck.1 EXTRA_DIST = lacheck.man test.tex test.out lacheck.hlp make_vms.com CLEANFILES = lacheck.1 test.xout -- cgit v1.2.3