From f892a421707a262bedb058932deaefc86bd57a48 Mon Sep 17 00:00:00 2001 From: simonmar <unknown> Date: Wed, 2 Aug 2000 16:32:51 +0000 Subject: [PATCH] [project @ 2000-08-02 16:32:51 by simonmar] remove mkdependHS from the list of directories. --- ghc/utils/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ghc/utils/Makefile b/ghc/utils/Makefile index 7477cbd29eb5..124976b3ed89 100644 --- a/ghc/utils/Makefile +++ b/ghc/utils/Makefile @@ -3,10 +3,9 @@ include $(TOP)/mk/boilerplate.mk ifneq "$(BIN_DIST_NAME)" "" # We're doing a binary-dist, descend into a subset of the dirs. -SUBDIRS = hp2ps mkdependHS stat2resid unlit +SUBDIRS = hp2ps stat2resid unlit else SUBDIRS = hp2ps \ - mkdependHS \ parallel \ stat2resid \ prof \ -- GitLab