From 45ea285eeb878488993872a0863c5cdcec1df2be Mon Sep 17 00:00:00 2001 From: "bsmedberg%covad.net" Date: Mon, 8 Nov 2004 05:29:47 +0000 Subject: [PATCH] Mixed-case typo caused build bustage. git-svn-id: svn://10.0.0.236/trunk@165110 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpfe/bootstrap/appleevents/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/xpfe/bootstrap/appleevents/Makefile.in b/mozilla/xpfe/bootstrap/appleevents/Makefile.in index b61defd7983..084899353e2 100644 --- a/mozilla/xpfe/bootstrap/appleevents/Makefile.in +++ b/mozilla/xpfe/bootstrap/appleevents/Makefile.in @@ -104,7 +104,7 @@ LOCAL_INCLUDES += \ -I$(topsrcdir)/toolkit/components/startup/src \ $(NULL) else -LOCAL_INCLUDEs += -I$(topsrcdir)/xpfe/components/startup/src +LOCAL_INCLUDES += -I$(topsrcdir)/xpfe/components/startup/src endif include $(topsrcdir)/config/rules.mk