From 88f0b51d0bc0ea3f573ec4b4b3a126ca5cd52556 Mon Sep 17 00:00:00 2001 From: "scott%scott-macgregor.org" Date: Wed, 6 Dec 2006 05:49:23 +0000 Subject: [PATCH] replace spaces with tabs in the Makefile in order to fix build bustage on linux. --- mailnews/base/ispdata/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mailnews/base/ispdata/Makefile.in b/mailnews/base/ispdata/Makefile.in index 416cfa95f7a5..1082f5960156 100644 --- a/mailnews/base/ispdata/Makefile.in +++ b/mailnews/base/ispdata/Makefile.in @@ -77,9 +77,9 @@ install:: $(EXPORT_RESOURCE_FILES) ifndef MOZ_XUL_APP libs:: $(EXPORT_RESOURCE_FILES) - $(INSTALL) $^ $(EXPORT_DIR_L10N) + $(INSTALL) $^ $(EXPORT_DIR_L10N) install:: $(EXPORT_RESOURCE_FILES) - $(SYSINSTALL) $(IFLAGS1) $^ $(DESTDIR)$(mozappdir)/defaults/isp/$(AB_CD) + $(SYSINSTALL) $(IFLAGS1) $^ $(DESTDIR)$(mozappdir)/defaults/isp/$(AB_CD) endif endif