From 4f4e61a3e5c29075acc8d5128fd93e81b4116550 Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 23 Mar 2001 16:25:02 +0000 Subject: [PATCH] [project @ 2001-03-23 16:25:02 by simonmar] add ghc-pkg --- ghc/utils/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 \ -- 1.7.10.4