diff options
author | Ian Lynagh <igloo@earth.li> | 2009-01-09 16:01:10 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-01-09 16:01:10 +0000 |
commit | 07008f04d3c37f59b8b0929ffc5b158ee619c499 (patch) | |
tree | 47ec6c378247f606b5dbc56648ba4c0b4e0da331 /testsuite/Makefile | |
parent | 3dc46bacd276fc0105827b9a771aec497ab73792 (diff) | |
download | haskell-07008f04d3c37f59b8b0929ffc5b158ee619c499.tar.gz |
Remove redundant CLEAN_FILES
Diffstat (limited to 'testsuite/Makefile')
-rw-r--r-- | testsuite/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/testsuite/Makefile b/testsuite/Makefile index e40c6523a6..c0169cde00 100644 --- a/testsuite/Makefile +++ b/testsuite/Makefile @@ -3,8 +3,6 @@ include $(TOP)/mk/boilerplate.mk SUBDIRS = timeout utils -CLEAN_FILES += mk/wordsize.mk - all :: cd tests/ghc-regress && $(MAKE) $(MFLAGS) |