Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 127075 | Differences between
and this patch

Collapse All | Expand All

(-)mozilla-orig/extensions/p3p/Makefile.in (-4 / +4 lines)
Lines 62-84 Link Here
62
p3p200010.xsl: resources/content/p3p.xsl.in Makefile.in
62
p3p200010.xsl: resources/content/p3p.xsl.in Makefile.in
63
	@$(RM) -f $@
63
	@$(RM) -f $@
64
	$(PP) -DNAMESPACE=http://www.w3.org/2000/10/18/P3Pv1 \
64
	$(PP) -DNAMESPACE=http://www.w3.org/2000/10/18/P3Pv1 \
65
	-DHAS_TMPL_RETENTION\
65
	-DHAS_TMPL_RETENTION \
66
	$< > $@
66
	$< > $@
67
67
68
p3p200012.xsl: resources/content/p3p.xsl.in Makefile.in
68
p3p200012.xsl: resources/content/p3p.xsl.in Makefile.in
69
	@$(RM) -f $@
69
	@$(RM) -f $@
70
	$(PP) -DNAMESPACE=http://www.w3.org/2000/12/P3Pv1 \
70
	$(PP) -DNAMESPACE=http://www.w3.org/2000/12/P3Pv1 \
71
	-DHAS_CALL_OURS\
71
	-DHAS_CALL_OURS \
72
	$< > $@
72
	$< > $@
73
73
74
p3p200109.xsl: resources/content/p3p.xsl.in Makefile.in
74
p3p200109.xsl: resources/content/p3p.xsl.in Makefile.in
75
	@$(RM) -f $@
75
	@$(RM) -f $@
76
	$(PP) -DNAMESPACE=http://www.w3.org/2001/09/P3Pv1 \
76
	$(PP) -DNAMESPACE=http://www.w3.org/2001/09/P3Pv1 \
77
	-DHAS_CALL_OURS\
77
	-DHAS_CALL_OURS \
78
	$< > $@
78
	$< > $@
79
79
80
p3p200201.xsl: resources/content/p3p.xsl.in Makefile.in
80
p3p200201.xsl: resources/content/p3p.xsl.in Makefile.in
81
	@$(RM) -f $@
81
	@$(RM) -f $@
82
	$(PP) -DNAMESPACE=http://www.w3.org/2002/01/P3Pv1 \
82
	$(PP) -DNAMESPACE=http://www.w3.org/2002/01/P3Pv1 \
83
	-DHAS_CALL_OURS -DHAS_PURPOSE_SRC\
83
	-DHAS_CALL_OURS -DHAS_PURPOSE_SRC \
84
	$< > $@
84
	$< > $@

Return to bug 127075