diff --git a/ghc/utils/Makefile b/ghc/utils/Makefile
index 7477cbd29eb596560dba80c5302b6684f9dc601b..124976b3ed89ebe7d1d250b16963c12dea15421b 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          \