[project @ 2001-03-27 11:38:19 by simonmar]
[ghc-hetmet.git] / ghc / utils / Makefile
index 8ee27f2..9462710 100644 (file)
@@ -3,15 +3,16 @@ include $(TOP)/mk/boilerplate.mk
 
 ifneq "$(BIN_DIST_NAME)" ""
 # We're doing a binary-dist, descend into a subset of the dirs.
-SUBDIRS = hp2ps hscpp mkdependHS stat2resid unlit
+SUBDIRS = hp2ps stat2resid unlit
 else
-SUBDIRS = hp2ps                \
-         hscpp         \
-         mkdependHS    \
+SUBDIRS = ghc-pkg      \
+         hp2ps         \
+         hsc2hs        \
          parallel      \
          stat2resid    \
          prof          \
-         unlit
+         unlit         \
+         genprimopcode
 endif
 
 # hstags died when the new parser was introduced.