From: simonmar Date: Fri, 23 Mar 2001 16:25:02 +0000 (+0000) Subject: [project @ 2001-03-23 16:25:02 by simonmar] X-Git-Tag: Approximately_9120_patches~2328 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=4f4e61a3e5c29075acc8d5128fd93e81b4116550;p=ghc-hetmet.git [project @ 2001-03-23 16:25:02 by simonmar] add ghc-pkg --- diff --git a/ghc/utils/Makefile b/ghc/utils/Makefile index 0c25b05..9462710 100644 --- a/ghc/utils/Makefile +++ b/ghc/utils/Makefile @@ -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 \