From: simonmar Date: Wed, 2 Aug 2000 16:32:51 +0000 (+0000) Subject: [project @ 2000-08-02 16:32:51 by simonmar] X-Git-Tag: Approximately_9120_patches~3926 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=f892a421707a262bedb058932deaefc86bd57a48;p=ghc-hetmet.git [project @ 2000-08-02 16:32:51 by simonmar] remove mkdependHS from the list of directories. --- diff --git a/ghc/utils/Makefile b/ghc/utils/Makefile index 7477cbd..124976b 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 \