Bug 227022 - "make" in extensions/p3p does not behave correctly. r=Pike a=asa

This commit is contained in:
bsmedberg%covad.net 2003-12-04 18:20:16 +00:00
parent 6ac2f4a67e
commit 66ed397b00

View File

@ -49,6 +49,8 @@ CHROME_DEPS = p3p200005.xsl p3p200010.xsl p3p200012.xsl p3p200109.xsl \
PP = $(PERL) -I$(topsrcdir)/config $(topsrcdir)/config/preprocessor.pl
include $(topsrcdir)/config/rules.mk
# Use the XUL preprocessor to adjust the stylesheet template to the slightly
# varying needs of the supported versions of the p3p specification.
@ -80,5 +82,3 @@ p3p200201.xsl: resources/content/p3p.xsl.in Makefile.in
$(PP) -DNAMESPACE=http://www.w3.org/2002/01/P3Pv1 \
-DHAS_CALL_OURS -DHAS_PURPOSE_SRC\
$< > $@
include $(topsrcdir)/config/rules.mk