mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
903 B

  1. --- mozilla/extensions/p3p/Makefile.in Thu Dec 4 12:20:16 2003
  2. +++ mozilla/extensions/p3p/Makefile.in Fri Jul 7 20:33:47 2006
  3. @@ -62,23 +62,23 @@
  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. p3p200012.xsl: resources/content/p3p.xsl.in Makefile.in
  11. @$(RM) -f $@
  12. $(PP) -DNAMESPACE=http://www.w3.org/2000/12/P3Pv1 \
  13. - -DHAS_CALL_OURS\
  14. + -DHAS_CALL_OURS \
  15. $< > $@
  16. p3p200109.xsl: resources/content/p3p.xsl.in Makefile.in
  17. @$(RM) -f $@
  18. $(PP) -DNAMESPACE=http://www.w3.org/2001/09/P3Pv1 \
  19. - -DHAS_CALL_OURS\
  20. + -DHAS_CALL_OURS \
  21. $< > $@
  22. p3p200201.xsl: resources/content/p3p.xsl.in Makefile.in
  23. @$(RM) -f $@
  24. $(PP) -DNAMESPACE=http://www.w3.org/2002/01/P3Pv1 \
  25. - -DHAS_CALL_OURS -DHAS_PURPOSE_SRC\
  26. + -DHAS_CALL_OURS -DHAS_PURPOSE_SRC \
  27. $< > $@