Add flag to avoid multiple inclusions.

git-svn-id: svn://10.0.0.236/trunk@62811 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
slamm%netscape.com 2000-03-14 03:00:13 +00:00
parent 05b8800343
commit f69a5e97fd
2 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,8 @@
# Contributor(s):
#
INCLUDED_COMMON_MK = 1
######################################################################
# Cross-platform defines used on all platforms (in theory)
######################################################################

View File

@ -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))