]> git.pld-linux.org Git - packages/texlive.git/blob - texlive-2007-makej.patch
- a package can't conflict with something it provides
[packages/texlive.git] / texlive-2007-makej.patch
1 --- tetex-src-2.0.2/texk/web2c/web2c/Makefile.in.makej  2002-10-12 13:37:39.000000000 +0200
2 +++ tetex-src-2.0.2/texk/web2c/web2c/Makefile.in        2005-01-07 10:48:22.931698496 +0100
3 @@ -25,13 +25,14 @@
4  
5  # We use y_tab.* for the sake of MS-DOS.
6  main.o: main.c y_tab.h
7 -y_tab.c y_tab.h: web2c.y
8 +y_tab.c: y_tab.h
9 +y_tab.h: web2c.y
10         @echo Expect one shift/reduce conflict.
11         $(YACC) -d -v $(srcdir)/web2c.y
12         -test -f y.tab.c && mv -f y.tab.c y_tab.c
13         -test -f y.tab.h && mv -f y.tab.h y_tab.h
14  $(LEX_OUTPUT_ROOT).o: y_tab.h
15 -$(LEX_OUTPUT_ROOT).c: web2c.l
16 +$(LEX_OUTPUT_ROOT).c: y_tab.h web2c.l
17         $(LEX) $(srcdir)/web2c.l
18  
19  fixwrites: fixwrites.o
20 --- tetex-src-2.0.2/texk/web2c/otps/Makefile.in.makej   2000-06-21 00:27:56.000000000 +0200
21 +++ tetex-src-2.0.2/texk/web2c/otps/Makefile.in 2005-01-07 10:49:37.588348960 +0100
22 @@ -21,12 +21,13 @@
23         $(kpathsea_link) $(otp2ocp_objects) $(LEXLIB) $(LOADLIBES) 
24  
25  otp2ocp.o: otp2ocp.c y_tab.h
26 -y_tab.c y_tab.h: otp.y
27 +y_tab.c: y_tab.h
28 +y_tab.h: otp.y
29         $(YACC) -d -v $(srcdir)/otp.y
30         -test -f y.tab.c && mv -f y.tab.c y_tab.c
31         -test -f y.tab.h && mv -f y.tab.h y_tab.h
32  $(LEX_OUTPUT_ROOT).o: otp.h
33 -$(LEX_OUTPUT_ROOT).c: otp.l
34 +$(LEX_OUTPUT_ROOT).c: y_tab.h otp.l
35         $(LEX) $(srcdir)/otp.l
36  
37  outocp: outocp.o
38 --- tetex-src-2.0.2/texk/web2c/omegafonts/Makefile.in.makej     2001-11-10 14:42:37.000000000 +0100
39 +++ tetex-src-2.0.2/texk/web2c/omegafonts/Makefile.in   2005-01-07 10:44:36.556112816 +0100
40 @@ -34,12 +34,13 @@
41         $(kpathsea_link) $(omfonts_objects) $(LEXLIB) $(LOADLIBES) 
42  
43  omfonts.o: omfonts.c y_tab.h
44 -y_tab.c y_tab.h: pl.y
45 +y_tab.c: y_tab.h
46 +y_tab.h: pl.y
47         $(YACC) -d -v $(srcdir)/pl.y
48         -test -f y.tab.c && mv -f y.tab.c y_tab.c
49         -test -f y.tab.h && mv -f y.tab.h y_tab.h
50  $(LEX_OUTPUT_ROOT).o: parser.h
51 -$(LEX_OUTPUT_ROOT).c: pl.l
52 +$(LEX_OUTPUT_ROOT).c: y_tab.h pl.l
53         $(LEX) $(srcdir)/pl.l
54  
55  
This page took 0.213558 seconds and 3 git commands to generate.