From: simonm Date: Sun, 6 Sep 1998 14:20:45 +0000 (+0000) Subject: [project @ 1998-09-06 14:20:45 by simonm] X-Git-Tag: Approx_2487_patches~266 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=329bcb9c64e928811867982729c7e94f808d2b8f;p=ghc-hetmet.git [project @ 1998-09-06 14:20:45 by simonm] remove socket, these tests don't seem to be suitable for non-interactive use. --- 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