From 329bcb9c64e928811867982729c7e94f808d2b8f Mon Sep 17 00:00:00 2001 From: simonm Date: Sun, 6 Sep 1998 14:20:45 +0000 Subject: [PATCH] [project @ 1998-09-06 14:20:45 by simonm] remove socket, these tests don't seem to be suitable for non-interactive use. --- ghc/tests/lib/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/tests/lib/Makefile b/ghc/tests/lib/Makefile index 5159d99..a37fe86 100644 --- a/ghc/tests/lib/Makefile +++ b/ghc/tests/lib/Makefile @@ -1,9 +1,9 @@ #----------------------------------------------------------------------------- -# $Id: Makefile,v 1.2 1998/08/08 19:27:16 sof Exp $ +# $Id: Makefile,v 1.3 1998/09/06 14:20:45 simonm Exp $ TOP = .. include $(TOP)/mk/boilerplate.mk -SUBDIRS = should_run socket posix +SUBDIRS = should_run posix include $(TOP)/mk/target.mk -- 1.7.10.4