From: sof Date: Sat, 8 Aug 1998 19:27:16 +0000 (+0000) Subject: [project @ 1998-08-08 19:27:16 by sof] X-Git-Tag: Approx_2487_patches~464 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=e80ccde820f94313a059cbbf62269b31be595220;p=ghc-hetmet.git [project @ 1998-08-08 19:27:16 by sof] Recurse into newly created subdirs --- diff --git a/ghc/tests/lib/Makefile b/ghc/tests/lib/Makefile index 200dada..5159d99 100644 --- a/ghc/tests/lib/Makefile +++ b/ghc/tests/lib/Makefile @@ -1,9 +1,9 @@ #----------------------------------------------------------------------------- -# $Id: Makefile,v 1.1 1998/05/22 11:47:23 simonm Exp $ +# $Id: Makefile,v 1.2 1998/08/08 19:27:16 sof Exp $ TOP = .. include $(TOP)/mk/boilerplate.mk -SUBDIRS = should_run +SUBDIRS = should_run socket posix include $(TOP)/mk/target.mk