From 8ad1f20aded6abfd2d59e766bd67111dcbd48f71 Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 16 Mar 2001 10:05:01 +0000 Subject: [PATCH] [project @ 2001-03-16 10:05:01 by simonmar] add -package lang --- ghc/utils/ghc-pkg/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/utils/ghc-pkg/Makefile b/ghc/utils/ghc-pkg/Makefile index 2ddf5d6..96d2c9a 100644 --- a/ghc/utils/ghc-pkg/Makefile +++ b/ghc/utils/ghc-pkg/Makefile @@ -1,11 +1,11 @@ # ----------------------------------------------------------------------------- -# $Id: Makefile,v 1.1 2001/03/15 15:51:38 simonmar Exp $ +# $Id: Makefile,v 1.2 2001/03/16 10:05:01 simonmar Exp $ TOP=../.. include $(TOP)/mk/boilerplate.mk HS_PROG = ghc-pkg -SRC_HC_OPTS += -cpp -DPKG_TOOL -DWANT_PRETTY -package util -package text -Dlibdir=\"$(libdir)\" +SRC_HC_OPTS += -cpp -DPKG_TOOL -DWANT_PRETTY -package lang -package util -package text -Dlibdir=\"$(libdir)\" INSTALL_PROGS = $(HS_PROG) -- 1.7.10.4