From 1d338edc1f6fd7561413ca9fa12034def98f43bd Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 16 Mar 2001 10:07:02 +0000 Subject: [PATCH] [project @ 2001-03-16 10:07:02 by simonmar] wibbles --- 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 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) -- 1.7.10.4