--- ./extensions/p3p/Makefile.in.orig 2003-12-04 12:20:16.000000000 -0600 +++ ./extensions/p3p/Makefile.in 2006-04-22 22:58:55.000000000 -0500 @@ -44,8 +44,7 @@ MODULE = p3p DIRS = public src -CHROME_DEPS = p3p200005.xsl p3p200010.xsl p3p200012.xsl p3p200109.xsl \ - p3p200201.xsl +CHROME_DEPS = p3p200005.xsl p3p200010.xsl p3p200012.xsl p3p200109.xsl p3p200201.xsl PP = $(PERL) -I$(topsrcdir)/config $(topsrcdir)/config/preprocessor.pl @@ -56,29 +55,20 @@ p3p200005.xsl: resources/content/p3p.xsl.in Makefile.in @$(RM) -f $@ - $(PP) -DNAMESPACE=http://www.w3.org/2000/P3Pv1 \ - $< > $@ + $(PP) -DNAMESPACE=http://www.w3.org/2000/P3Pv1 $< > $@ p3p200010.xsl: resources/content/p3p.xsl.in Makefile.in @$(RM) -f $@ - $(PP) -DNAMESPACE=http://www.w3.org/2000/10/18/P3Pv1 \ - -DHAS_TMPL_RETENTION\ - $< > $@ + $(PP) -DNAMESPACE=http://www.w3.org/2000/10/18/P3Pv1 -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\ - $< > $@ + $(PP) -DNAMESPACE=http://www.w3.org/2000/12/P3Pv1 -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\ - $< > $@ + $(PP) -DNAMESPACE=http://www.w3.org/2001/09/P3Pv1 -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\ - $< > $@ + $(PP) -DNAMESPACE=http://www.w3.org/2002/01/P3Pv1 -DHAS_CALL_OURS -DHAS_PURPOSE_SRC $< > $@