[project @ 2001-03-23 16:25:02 by simonmar]
authorsimonmar <unknown>
Fri, 23 Mar 2001 16:25:02 +0000 (16:25 +0000)
committersimonmar <unknown>
Fri, 23 Mar 2001 16:25:02 +0000 (16:25 +0000)
add ghc-pkg

ghc/utils/Makefile

index 0c25b05..9462710 100644 (file)
@@ -5,7 +5,8 @@ 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    \