1 | --- mozilla/extensions/p3p/Makefile.in.orig 2003-12-04 19:20:16.000000000 +0100 |
---|
2 | +++ mozilla/extensions/p3p/Makefile.in 2007-09-23 09:57:53.000000000 +0200 |
---|
3 | @@ -62,23 +62,23 @@ p3p200005.xsl: resources/content/p3p.xsl |
---|
4 | p3p200010.xsl: resources/content/p3p.xsl.in Makefile.in |
---|
5 | @$(RM) -f $@ |
---|
6 | $(PP) -DNAMESPACE=http://www.w3.org/2000/10/18/P3Pv1 \ |
---|
7 | - -DHAS_TMPL_RETENTION\ |
---|
8 | + -DHAS_TMPL_RETENTION \ |
---|
9 | $< > $@ |
---|
10 | |
---|
11 | p3p200012.xsl: resources/content/p3p.xsl.in Makefile.in |
---|
12 | @$(RM) -f $@ |
---|
13 | $(PP) -DNAMESPACE=http://www.w3.org/2000/12/P3Pv1 \ |
---|
14 | - -DHAS_CALL_OURS\ |
---|
15 | + -DHAS_CALL_OURS \ |
---|
16 | $< > $@ |
---|
17 | |
---|
18 | p3p200109.xsl: resources/content/p3p.xsl.in Makefile.in |
---|
19 | @$(RM) -f $@ |
---|
20 | $(PP) -DNAMESPACE=http://www.w3.org/2001/09/P3Pv1 \ |
---|
21 | - -DHAS_CALL_OURS\ |
---|
22 | + -DHAS_CALL_OURS \ |
---|
23 | $< > $@ |
---|
24 | |
---|
25 | p3p200201.xsl: resources/content/p3p.xsl.in Makefile.in |
---|
26 | @$(RM) -f $@ |
---|
27 | $(PP) -DNAMESPACE=http://www.w3.org/2002/01/P3Pv1 \ |
---|
28 | - -DHAS_CALL_OURS -DHAS_PURPOSE_SRC\ |
---|
29 | + -DHAS_CALL_OURS -DHAS_PURPOSE_SRC \ |
---|
30 | $< > $@ |
---|