Fix MOZ_TRACK_MODULE_DEPS (senna tinderbox) bustage by using a real REQUIRES line rather than a copied one.

This commit is contained in:
dbaron%fas.harvard.edu 2001-03-07 05:17:01 +00:00
parent 1ee3b0e9d5
commit 2457479b2c

View File

@ -27,8 +27,8 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE = layout
LIBRARY_NAME=gkxuloutliner_s
REQUIRES= xpcom dom locale js widget view caps timer docshell uriloader necko editor htmlparser webshell pref rdf intl
LIBRARY_NAME = gkxuloutliner_s
REQUIRES = xpcom string dom widget
CPPSRCS = \
nsOutlinerBodyFrame.cpp \