From 15b55e65bc7b64a139e2c7e4fdef5ea8a2923f26 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 1 Mar 2008 23:49:05 +0000 Subject: parallel build fix from gentoo git-svn-id: svn://tug.org/texlive/trunk@6795 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/omegafonts/ChangeLog | 6 ++++++ Build/source/texk/web2c/omegafonts/Makefile.in | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'Build/source/texk/web2c') diff --git a/Build/source/texk/web2c/omegafonts/ChangeLog b/Build/source/texk/web2c/omegafonts/ChangeLog index f802f710d2f..4fa26b5007a 100644 --- a/Build/source/texk/web2c/omegafonts/ChangeLog +++ b/Build/source/texk/web2c/omegafonts/ChangeLog @@ -1,3 +1,9 @@ +2008-03-02 Karl Berry + + * Makefile.in (omfonts.o): depend on y_tab.h. + From Alexis Ballier, 29 Feb 2008 19:27:23, via + https://bugs.gentoo.org/show_bug.cgi?id=209362. + 2008-01-29 Peter Breitenlohner * Makefile.in: Add @configure_input@ line. diff --git a/Build/source/texk/web2c/omegafonts/Makefile.in b/Build/source/texk/web2c/omegafonts/Makefile.in index 4f61f7eb878..9fb8d3f1cf7 100644 --- a/Build/source/texk/web2c/omegafonts/Makefile.in +++ b/Build/source/texk/web2c/omegafonts/Makefile.in @@ -39,7 +39,7 @@ y_tab.c y_tab.h: pl.y $(YACC) -d -v $(srcdir)/pl.y -test -f y.tab.c && mv -f y.tab.c y_tab.c -test -f y.tab.h && mv -f y.tab.h y_tab.h -$(LEX_OUTPUT_ROOT).o: parser.h +$(LEX_OUTPUT_ROOT).o: parser.h y_tab.h $(LEX_OUTPUT_ROOT).c: pl.l $(LEX) $(srcdir)/pl.l -- cgit v1.2.3