From 69e327b107053dbc19ebfed55e1ca2a8145f9e75 Mon Sep 17 00:00:00 2001 From: "ben%bengoodger.com" Date: Tue, 11 May 2004 21:29:37 +0000 Subject: [PATCH] (243344) also set NO_INSTALL per cls' recommendation so that builds packaged using make install don't get the extra data git-svn-id: svn://10.0.0.236/trunk@156261 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpfe/components/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/mozilla/xpfe/components/Makefile.in b/mozilla/xpfe/components/Makefile.in index 070be06b628..4005312cd45 100644 --- a/mozilla/xpfe/components/Makefile.in +++ b/mozilla/xpfe/components/Makefile.in @@ -54,6 +54,7 @@ ifdef MOZ_PHOENIX # that lives parallel to this Makefile. The jar.mn is responsible for the # packaging of a large number of chrome files Firefox does not need. NO_DIST_INSTALL=1 +NO_INSTALL=1 endif ifdef MOZ_HAVE_BROWSER