ogajduse / rpms / texlive

Forked from rpms/texlive 6 years ago
Clone
4931932
--- tetex-src-2.0.2/texk/web2c/web2c/Makefile.in.makej	2002-10-12 13:37:39.000000000 +0200
4931932
+++ tetex-src-2.0.2/texk/web2c/web2c/Makefile.in	2005-01-07 10:48:22.931698496 +0100
4931932
@@ -25,13 +25,14 @@
4931932
 
4931932
 # We use y_tab.* for the sake of MS-DOS.
4931932
 main.o: main.c y_tab.h
4931932
-y_tab.c y_tab.h: web2c.y
4931932
+y_tab.c: y_tab.h
4931932
+y_tab.h: web2c.y
4931932
 	@echo Expect one shift/reduce conflict.
4931932
 	$(YACC) -d -v $(srcdir)/web2c.y
4931932
 	-test -f y.tab.c && mv -f y.tab.c y_tab.c
4931932
 	-test -f y.tab.h && mv -f y.tab.h y_tab.h
4931932
 $(LEX_OUTPUT_ROOT).o: y_tab.h
4931932
-$(LEX_OUTPUT_ROOT).c: web2c.l
4931932
+$(LEX_OUTPUT_ROOT).c: y_tab.h web2c.l
4931932
 	$(LEX) $(srcdir)/web2c.l
4931932
 
4931932
 fixwrites: fixwrites.o
4931932
--- tetex-src-2.0.2/texk/web2c/otps/Makefile.in.makej	2000-06-21 00:27:56.000000000 +0200
4931932
+++ tetex-src-2.0.2/texk/web2c/otps/Makefile.in	2005-01-07 10:49:37.588348960 +0100
4931932
@@ -21,12 +21,13 @@
4931932
 	$(kpathsea_link) $(otp2ocp_objects) $(LEXLIB) $(LOADLIBES) 
4931932
 
4931932
 otp2ocp.o: otp2ocp.c y_tab.h
4931932
-y_tab.c y_tab.h: otp.y
4931932
+y_tab.c: y_tab.h
4931932
+y_tab.h: otp.y
4931932
 	$(YACC) -d -v $(srcdir)/otp.y
4931932
 	-test -f y.tab.c && mv -f y.tab.c y_tab.c
4931932
 	-test -f y.tab.h && mv -f y.tab.h y_tab.h
4931932
 $(LEX_OUTPUT_ROOT).o: otp.h
4931932
-$(LEX_OUTPUT_ROOT).c: otp.l
4931932
+$(LEX_OUTPUT_ROOT).c: y_tab.h otp.l
4931932
 	$(LEX) $(srcdir)/otp.l
4931932
 
4931932
 outocp: outocp.o
4931932
--- tetex-src-2.0.2/texk/web2c/omegafonts/Makefile.in.makej	2001-11-10 14:42:37.000000000 +0100
4931932
+++ tetex-src-2.0.2/texk/web2c/omegafonts/Makefile.in	2005-01-07 10:44:36.556112816 +0100
4931932
@@ -34,12 +34,13 @@
4931932
 	$(kpathsea_link) $(omfonts_objects) $(LEXLIB) $(LOADLIBES) 
4931932
 
4931932
 omfonts.o: omfonts.c y_tab.h
4931932
-y_tab.c y_tab.h: pl.y
4931932
+y_tab.c: y_tab.h
4931932
+y_tab.h: pl.y
4931932
 	$(YACC) -d -v $(srcdir)/pl.y
4931932
 	-test -f y.tab.c && mv -f y.tab.c y_tab.c
4931932
 	-test -f y.tab.h && mv -f y.tab.h y_tab.h
4931932
 $(LEX_OUTPUT_ROOT).o: parser.h
4931932
-$(LEX_OUTPUT_ROOT).c: pl.l
4931932
+$(LEX_OUTPUT_ROOT).c: y_tab.h pl.l
4931932
 	$(LEX) $(srcdir)/pl.l
4931932
 
4931932