Bug 73353: clean up MODULE/REQUIRES story. r=cls, sr=bryner

git-svn-id: svn://10.0.0.236/trunk@144804 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jaggernaut%netscape.com
2003-07-13 22:29:00 +00:00
parent 2ab29f0f6a
commit 95a2235bee
103 changed files with 156 additions and 364 deletions

View File

@@ -28,12 +28,10 @@ include $(DEPTH)/config/autoconf.mk
PROGRAM = TestParser$(BIN_SUFFIX)
REQUIRES = \
xpcom \
string \
necko \
htmlparser \
$(NULL)
REQUIRES = xpcom \
string \
necko \
$(NULL)
CPPSRCS = \
TestParser.cpp\