[project @ 2000-08-02 16:32:51 by simonmar]
authorsimonmar <unknown>
Wed, 2 Aug 2000 16:32:51 +0000 (16:32 +0000)
committersimonmar <unknown>
Wed, 2 Aug 2000 16:32:51 +0000 (16:32 +0000)
remove mkdependHS from the list of directories.

ghc/utils/Makefile

index 7477cbd..124976b 100644 (file)
@@ -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          \