From: simonmar Date: Thu, 14 Feb 2002 15:11:28 +0000 (+0000) Subject: [project @ 2002-02-14 15:11:28 by simonmar] X-Git-Tag: Approximately_9120_patches~49 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=584da9b77174a7b27180c0c2f7ffa64d405a2b82;p=ghc-hetmet.git [project @ 2002-02-14 15:11:28 by simonmar] fix typo: PKG_CPP_OPTS ==> PACKAGE_CPP_OPTS (fixes linking libgmp) --- 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"