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