Fix build bustage. (Solaris tbox resolving gethostbyname at link time.)

git-svn-id: svn://10.0.0.236/trunk@84156 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sgehani%netscape.com
2000-12-29 00:36:06 +00:00
parent 4a1b923e06
commit abe2bb76f2

View File

@@ -28,7 +28,12 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
DIRS = src test
DIRS = src
# solaris tbox doesn't like this!
ifneq (,$(filter Linux,$(OS_ARCH)))
DIRS += test
endif
include $(topsrcdir)/config/rules.mk