From e80ccde820f94313a059cbbf62269b31be595220 Mon Sep 17 00:00:00 2001 From: sof Date: Sat, 8 Aug 1998 19:27:16 +0000 Subject: [PATCH] [project @ 1998-08-08 19:27:16 by sof] Recurse into newly created subdirs --- 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 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 -- 1.7.10.4