From 341b59e258421285e4bd4c6e51a64de95b3df309 Mon Sep 17 00:00:00 2001 From: "slamm%netscape.com" Date: Tue, 14 Mar 2000 03:00:13 +0000 Subject: [PATCH] Add flag to avoid multiple inclusions. --- config/common.mk | 2 ++ config/insure.mk | 2 ++ 2 files changed, 4 insertions(+) diff --git a/config/common.mk b/config/common.mk index 08335762017f..77b418db85fe 100644 --- a/config/common.mk +++ b/config/common.mk @@ -19,6 +19,8 @@ # Contributor(s): # +INCLUDED_COMMON_MK = 1 + ###################################################################### # Cross-platform defines used on all platforms (in theory) ###################################################################### diff --git a/config/insure.mk b/config/insure.mk index 68b642763e9a..bc5b8242ec5a 100644 --- a/config/insure.mk +++ b/config/insure.mk @@ -19,6 +19,8 @@ # Contributor(s): # +INCLUDED_INSURE_MK = 1 + INSURE_MATCH_SCRIPT=$(topsrcdir)/build/autoconf/match-dir.sh INSURE_EXCLUDE=$(shell $(INSURE_MATCH_SCRIPT) $(MOZ_INSURE_EXCLUDE_DIRS))