diff options
Diffstat (limited to 'ghc/Makefile')
-rw-r--r-- | ghc/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ghc/Makefile b/ghc/Makefile index afdb50a0ca..cacc3f7c8e 100644 --- a/ghc/Makefile +++ b/ghc/Makefile @@ -32,10 +32,6 @@ SUBDIRS = includes lib utils driver docs compiler endif endif -ifeq ($(IncludeTestDirsInBuild),YES) -SUBDIRS += tests -endif - SRC_DIST_FILES += configure # Clean everything created by configure: |