From 1207215227d6b1969f765b6e36f7adeb35f74497 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Fri, 9 Jan 2009 16:03:56 +0000 Subject: [PATCH] Tidy up the Makefile --- testsuite/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/testsuite/Makefile b/testsuite/Makefile index 187b163ebd..eae36c6b07 100644 --- a/testsuite/Makefile +++ b/testsuite/Makefile @@ -1,9 +1,7 @@ TOP = . include $(TOP)/mk/boilerplate.mk -SUBDIRS = timeout utils - -all :: +all: cd tests/ghc-regress && $(MAKE) $(MFLAGS) clean distclean: -- GitLab