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
Родитель 8f2682e2fe
Коммит b800efd29e
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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 \