[project @ 2000-10-24 16:33:02 by sewardj]
[ghc-hetmet.git] / ghc / utils / Makefile
index 8ee27f2..7d2f25c 100644 (file)
@@ -3,15 +3,14 @@ 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    \
          parallel      \
          stat2resid    \
          prof          \
-         unlit
+         unlit         \
+         genprimopcode
 endif
 
 # hstags died when the new parser was introduced.