From 584da9b77174a7b27180c0c2f7ffa64d405a2b82 Mon Sep 17 00:00:00 2001 From: simonmar Date: Thu, 14 Feb 2002 15:11:28 +0000 Subject: [PATCH] [project @ 2002-02-14 15:11:28 by simonmar] fix typo: PKG_CPP_OPTS ==> PACKAGE_CPP_OPTS (fixes linking libgmp) --- ghc/rts/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/rts/Makefile b/ghc/rts/Makefile index 1be4e41..eb1fd0d 100644 --- a/ghc/rts/Makefile +++ b/ghc/rts/Makefile @@ -1,5 +1,5 @@ #----------------------------------------------------------------------------- -# $Id: Makefile,v 1.66 2002/02/12 15:17:22 simonmar Exp $ +# $Id: Makefile,v 1.67 2002/02/14 15:11:28 simonmar Exp $ # # This is the Makefile for the runtime-system stuff. # This stuff is written in C (and cannot be written in Haskell). @@ -40,7 +40,7 @@ NON_HS_PKG = YES ALL_DIRS = hooks parallel ifeq "$(HaveLibGmp)" "YES" -PKG_CPP_OPTS += -DHAVE_LIBGMP +PACKAGE_CPP_OPTS += -DHAVE_LIBGMP endif ifneq "$(DLLized)" "YES" -- 1.7.10.4