From 0d032ebf274df82f3a94957197effefc7151c05d Mon Sep 17 00:00:00 2001 From: "dbaron%fas.harvard.edu" Date: Sat, 28 Apr 2001 03:04:35 +0000 Subject: [PATCH] Fix MOZ_TRACK_MODULE_DEPS (senna tinderbox) bustage by adding intl to REQUIRES. git-svn-id: svn://10.0.0.236/trunk@93367 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/netwerk/protocol/ftp/src/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/netwerk/protocol/ftp/src/Makefile.in b/mozilla/netwerk/protocol/ftp/src/Makefile.in index 570f1a6e474..72fae1a9538 100644 --- a/mozilla/netwerk/protocol/ftp/src/Makefile.in +++ b/mozilla/netwerk/protocol/ftp/src/Makefile.in @@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk MODULE = necko LIBRARY_NAME = nkftp_s -REQUIRES = xpcom string exthandler mimetype wallet dom layout widget pref +REQUIRES = xpcom string exthandler mimetype wallet dom layout widget pref intl CPPSRCS = \ nsFtpProtocolHandler.cpp \