From: simonmar Date: Fri, 16 Mar 2001 10:07:02 +0000 (+0000) Subject: [project @ 2001-03-16 10:07:02 by simonmar] X-Git-Tag: Approximately_9120_patches~2387 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;ds=sidebyside;h=1d338edc1f6fd7561413ca9fa12034def98f43bd;p=ghc-hetmet.git [project @ 2001-03-16 10:07:02 by simonmar] wibbles --- diff --git a/ghc/utils/ghc-pkg/Makefile b/ghc/utils/ghc-pkg/Makefile index 96d2c9a..d786868 100644 --- a/ghc/utils/ghc-pkg/Makefile +++ b/ghc/utils/ghc-pkg/Makefile @@ -1,11 +1,11 @@ # ----------------------------------------------------------------------------- -# $Id: Makefile,v 1.2 2001/03/16 10:05:01 simonmar Exp $ +# $Id: Makefile,v 1.3 2001/03/16 10:07:02 simonmar Exp $ TOP=../.. include $(TOP)/mk/boilerplate.mk HS_PROG = ghc-pkg -SRC_HC_OPTS += -cpp -DPKG_TOOL -DWANT_PRETTY -package lang -package util -package text -Dlibdir=\"$(libdir)\" +SRC_HC_OPTS += -cpp -DPKG_TOOL -DWANT_PRETTY -package lang -package util -package text -Dclibdir='\"$(libdir)\"' INSTALL_PROGS = $(HS_PROG)