diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-06-16 14:06:40 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-06-16 14:06:40 +0000 |
commit | f177a76010d19ce4a413640978a701fa244c4f9b (patch) | |
tree | 3ea99eb83652bd50216834f63e9478b766f295a0 /Build/source/texk/web2c/omegafonts | |
parent | 28499538e622ba80160836510e317ae698537bf6 (diff) |
avoid using lex/flex library, always define own yywrap()
git-svn-id: svn://tug.org/texlive/trunk@13773 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/omegafonts')
-rw-r--r-- | Build/source/texk/web2c/omegafonts/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/web2c/omegafonts/Makefile.am | 2 | ||||
-rw-r--r-- | Build/source/texk/web2c/omegafonts/Makefile.in | 5 |
3 files changed, 7 insertions, 4 deletions
diff --git a/Build/source/texk/web2c/omegafonts/ChangeLog b/Build/source/texk/web2c/omegafonts/ChangeLog index b5d76862253..3bf7b5d35c7 100644 --- a/Build/source/texk/web2c/omegafonts/ChangeLog +++ b/Build/source/texk/web2c/omegafonts/ChangeLog @@ -1,3 +1,7 @@ +2009-06-16 Peter Breitenlohner <peb@mppmu.mpg.de> + + * Makefile.am: pl-lexer.l provides yywrap, no need for $(LEXLIB). + 2009-06-02 Peter Breitenlohner <peb@mppmu.mpg.de> * dimen_routines.c, manifests.h: rename INFINITY -> WEB_INFINITY, diff --git a/Build/source/texk/web2c/omegafonts/Makefile.am b/Build/source/texk/web2c/omegafonts/Makefile.am index ded304edd66..6fa46691067 100644 --- a/Build/source/texk/web2c/omegafonts/Makefile.am +++ b/Build/source/texk/web2c/omegafonts/Makefile.am @@ -62,7 +62,7 @@ omfonts_SOURCES = \ print_routines.c \ print_routines.h -LDADD = $(LEXLIB) $(proglib) $(KPATHSEA_LIBS) +LDADD = $(proglib) $(KPATHSEA_LIBS) DISTCLEANFILES = pl-parser.output diff --git a/Build/source/texk/web2c/omegafonts/Makefile.in b/Build/source/texk/web2c/omegafonts/Makefile.in index 55cd431787b..4e58397de99 100644 --- a/Build/source/texk/web2c/omegafonts/Makefile.in +++ b/Build/source/texk/web2c/omegafonts/Makefile.in @@ -87,8 +87,7 @@ am_omfonts_OBJECTS = char_routines.$(OBJEXT) dimen_routines.$(OBJEXT) \ omfonts_OBJECTS = $(am_omfonts_OBJECTS) omfonts_LDADD = $(LDADD) am__DEPENDENCIES_1 = -omfonts_DEPENDENCIES = $(am__DEPENDENCIES_1) $(proglib) \ - $(am__DEPENDENCIES_1) +omfonts_DEPENDENCIES = $(proglib) $(am__DEPENDENCIES_1) DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/../../build-aux/depcomp am__depfiles_maybe = depfiles @@ -334,7 +333,7 @@ omfonts_SOURCES = \ print_routines.c \ print_routines.h -LDADD = $(LEXLIB) $(proglib) $(KPATHSEA_LIBS) +LDADD = $(proglib) $(KPATHSEA_LIBS) DISTCLEANFILES = pl-parser.output tests/Cherokee.tfm \ tests/OCherokee.ofm tests/OCherokee.opl tests/OCherokee.ovf \ tests/xCherokee.pl tests/xOCherokee.ofm tests/xOCherokee.opl \ |