From c9f9d5ee252a676448f5427192ee798043fce3b6 Mon Sep 17 00:00:00 2001 From: "tao%netscape.com" Date: Wed, 6 Oct 1999 00:03:37 +0000 Subject: [PATCH] Add flags to selectively build subdirectories. git-svn-id: svn://10.0.0.236/trunk@49909 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/l10n/Makefile.in | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/mozilla/l10n/Makefile.in b/mozilla/l10n/Makefile.in index ff942e06a4a..f8c3e5b3e6f 100644 --- a/mozilla/l10n/Makefile.in +++ b/mozilla/l10n/Makefile.in @@ -22,6 +22,12 @@ srcdir = @srcdir@ include $(DEPTH)/config/autoconf.mk -DIRS = lang +ifdef MOZ_L10N_TOOLS +DIRS += tools +endif + +ifdef MOZ_L10N_LANG +DIRS += lang +endif include $(topsrcdir)/config/rules.mk