[project @ 2001-03-16 10:05:01 by simonmar]
[ghc-hetmet.git] / ghc / utils / ghc-pkg / Makefile
index 2ddf5d6..96d2c9a 100644 (file)
@@ -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)