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