summaryrefslogtreecommitdiff
path: root/testsuite/Makefile
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2009-01-09 16:03:56 +0000
committerIan Lynagh <igloo@earth.li>2009-01-09 16:03:56 +0000
commit1207215227d6b1969f765b6e36f7adeb35f74497 (patch)
treeccf74985f8cc013990212773620ca632e6f0e115 /testsuite/Makefile
parentbe7075b6ede2b21a53c7d38e558c272440e7e3c8 (diff)
downloadhaskell-1207215227d6b1969f765b6e36f7adeb35f74497.tar.gz
Tidy up the Makefile
Diffstat (limited to 'testsuite/Makefile')
-rw-r--r--testsuite/Makefile4
1 files changed, 1 insertions, 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: