From 5d502b07357b4cbaba574bd37cb1007b9eb156ea Mon Sep 17 00:00:00 2001 From: "sspitzer%netscape.com" Date: Thu, 27 May 1999 01:46:01 +0000 Subject: [PATCH] fix the makefile. looks like this test will need to be worked on to get it to link. commenting out of build for now. git-svn-id: svn://10.0.0.236/trunk@32844 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/base/Makefile.in | 2 +- mozilla/layout/base/tests/Makefile.in | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/mozilla/layout/base/Makefile.in b/mozilla/layout/base/Makefile.in index 47a2bc1f501..77448d90243 100644 --- a/mozilla/layout/base/Makefile.in +++ b/mozilla/layout/base/Makefile.in @@ -25,7 +25,7 @@ include $(DEPTH)/config/autoconf.mk DIRS = public src ifdef ENABLE_TESTS -DIRS += tests +#DIRS += tests endif include $(topsrcdir)/config/rules.mk diff --git a/mozilla/layout/base/tests/Makefile.in b/mozilla/layout/base/tests/Makefile.in index 92a1d5ca0b3..1f2cceba69e 100644 --- a/mozilla/layout/base/tests/Makefile.in +++ b/mozilla/layout/base/tests/Makefile.in @@ -46,7 +46,6 @@ LIBS = \ -lpwcac \ -lnetcache \ -lnetwork \ - -lraptorhtml \ -lpref \ -lsecfree \ -lraptorgfx \