diff options
author | Simon Marlow <simonmar@microsoft.com> | 2006-09-16 07:10:47 +0000 |
---|---|---|
committer | Simon Marlow <simonmar@microsoft.com> | 2006-09-16 07:10:47 +0000 |
commit | 7928d0117b1a8d8dc00cc9a01a7a8c272bfe6ee7 (patch) | |
tree | 644b41c4c89b7bccc0de5958d1632f9f1e3c0185 /testsuite/Makefile | |
parent | 11c96d0baceb47c8629a91e8c3e62fa7ff54a6a9 (diff) | |
download | haskell-7928d0117b1a8d8dc00cc9a01a7a8c272bfe6ee7.tar.gz |
add boot to the all target
Diffstat (limited to 'testsuite/Makefile')
-rw-r--r-- | testsuite/Makefile | 2 |
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." |