From 844caaf8189a204e6091457ead0459ee331bdc42 Mon Sep 17 00:00:00 2001 From: "bsmedberg%covad.net" Date: Thu, 4 Dec 2003 18:20:16 +0000 Subject: [PATCH] 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 --- mozilla/extensions/p3p/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/extensions/p3p/Makefile.in b/mozilla/extensions/p3p/Makefile.in index 33103ae6457..516b65faca4 100644 --- a/mozilla/extensions/p3p/Makefile.in +++ b/mozilla/extensions/p3p/Makefile.in @@ -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