summaryrefslogtreecommitdiff
path: root/testsuite/Makefile
diff options
context:
space:
mode:
authorSimon Marlow <simonmar@microsoft.com>2006-09-16 07:10:47 +0000
committerSimon Marlow <simonmar@microsoft.com>2006-09-16 07:10:47 +0000
commit7928d0117b1a8d8dc00cc9a01a7a8c272bfe6ee7 (patch)
tree644b41c4c89b7bccc0de5958d1632f9f1e3c0185 /testsuite/Makefile
parent11c96d0baceb47c8629a91e8c3e62fa7ff54a6a9 (diff)
downloadhaskell-7928d0117b1a8d8dc00cc9a01a7a8c272bfe6ee7.tar.gz
add boot to the all target
Diffstat (limited to 'testsuite/Makefile')
-rw-r--r--testsuite/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/Makefile b/testsuite/Makefile
index 83ed1b360a..61c0691ca8 100644
--- a/testsuite/Makefile
+++ b/testsuite/Makefile
@@ -5,7 +5,7 @@ SUBDIRS = timeout
CLEAN_FILES += mk/wordsize.mk
-all ::
+all :: boot
@echo "To run the tests, go into tests/ghc-regress and say \`make'."
@echo "More information about configuring and running the testsuite"
@echo "can be found in the file \`README' in this directory."