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

git-svn-id: svn://10.0.0.236/trunk@150043 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bsmedberg%covad.net
2003-12-04 18:20:16 +00:00
parent 1ec38d2742
commit 844caaf818

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