[project @ 2002-02-14 15:11:28 by simonmar]
authorsimonmar <unknown>
Thu, 14 Feb 2002 15:11:28 +0000 (15:11 +0000)
committersimonmar <unknown>
Thu, 14 Feb 2002 15:11:28 +0000 (15:11 +0000)
fix typo: PKG_CPP_OPTS ==> PACKAGE_CPP_OPTS (fixes linking libgmp)

ghc/rts/Makefile

index 1be4e41..eb1fd0d 100644 (file)
@@ -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"