From 055a41737d07358c4b4f162e52f316e241f7aebc Mon Sep 17 00:00:00 2001 From: "dougt%meer.net" Date: Wed, 10 Aug 2005 03:33:15 +0000 Subject: [PATCH] fixing annoying 304098. this is a simple typo fix for MINIMO only. --- allmakefiles.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/allmakefiles.sh b/allmakefiles.sh index f8fddf414c29..a1a9ae40b942 100755 --- a/allmakefiles.sh +++ b/allmakefiles.sh @@ -1676,7 +1676,7 @@ if test -n "$MOZ_PROFILESHARING"; then add_makefiles "$MAKEFILES_profilesharingsetup" fi -if test -n "MINIMO"; then +if test -n "$MINIMO"; then add_makefiles "$MAKEFILES_minimo" add_makefiles "$MAKEFILES_xulapp" fi