ogajduse / rpms / texlive

Forked from rpms/texlive 6 years ago
Clone
860dd42
diff -up texlive-2007/texk/web2c/omegafonts/Makefile.in.makej texlive-2007/texk/web2c/omegafonts/Makefile.in
860dd42
--- texlive-2007/texk/web2c/omegafonts/Makefile.in.makej	2006-01-17 22:41:51.000000000 +0100
860dd42
+++ texlive-2007/texk/web2c/omegafonts/Makefile.in	2008-08-27 13:28:57.000000000 +0200
860dd42
@@ -34,12 +34,13 @@ omfonts: $(omfonts_objects)
860dd42
 	$(kpathsea_link) $(omfonts_objects) $(LEXLIB) $(LOADLIBES) 
4931932
 
860dd42
 omfonts.o: omfonts.c y_tab.h
860dd42
-y_tab.c y_tab.h: pl.y
4931932
+y_tab.c: y_tab.h
860dd42
+y_tab.h: pl.y
860dd42
 	$(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
860dd42
 $(LEX_OUTPUT_ROOT).o: parser.h
860dd42
-$(LEX_OUTPUT_ROOT).c: pl.l
860dd42
+$(LEX_OUTPUT_ROOT).c: y_tab.h pl.l
860dd42
 	$(LEX) $(srcdir)/pl.l
860dd42
 
4931932
 
860dd42
diff -up texlive-2007/texk/web2c/otps/Makefile.in.makej texlive-2007/texk/web2c/otps/Makefile.in
860dd42
--- texlive-2007/texk/web2c/otps/Makefile.in.makej	2006-01-17 22:41:51.000000000 +0100
860dd42
+++ texlive-2007/texk/web2c/otps/Makefile.in	2008-08-27 13:28:57.000000000 +0200
860dd42
@@ -21,12 +21,13 @@ otp2ocp: $(otp2ocp_objects)
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
860dd42
diff -up texlive-2007/texk/web2c/web2c/Makefile.in.makej texlive-2007/texk/web2c/web2c/Makefile.in
860dd42
--- texlive-2007/texk/web2c/web2c/Makefile.in.makej	2006-01-17 22:41:51.000000000 +0100
860dd42
+++ texlive-2007/texk/web2c/web2c/Makefile.in	2008-08-27 13:28:57.000000000 +0200
860dd42
@@ -25,13 +25,14 @@ web2c: $(web2c_objects)
4931932
 
860dd42
 # We use y_tab.* for the sake of MS-DOS.
860dd42
 main.o: main.c y_tab.h
860dd42
-y_tab.c y_tab.h: web2c.y
4931932
+y_tab.c: y_tab.h
860dd42
+y_tab.h: web2c.y
860dd42
 	@echo Expect one shift/reduce conflict.
860dd42
 	$(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
860dd42
 $(LEX_OUTPUT_ROOT).o: y_tab.h
860dd42
-$(LEX_OUTPUT_ROOT).c: web2c.l
860dd42
+$(LEX_OUTPUT_ROOT).c: y_tab.h web2c.l
860dd42
 	$(LEX) $(srcdir)/web2c.l
4931932
 
860dd42
 fixwrites: fixwrites.o kps.o