From f1696a9df009542ef44c05cbe15faf7e93fa3d5c Mon Sep 17 00:00:00 2001
From: simonmar <unknown>
Date: Tue, 29 Jun 1999 14:18:14 +0000
Subject: [PATCH] [project @ 1999-06-29 14:18:14 by simonmar] Back out a change
 that creeped in by mistake.

---
 ghc/rts/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ghc/rts/Makefile b/ghc/rts/Makefile
index e244d19f56a9..d6e489972980 100644
--- a/ghc/rts/Makefile
+++ b/ghc/rts/Makefile
@@ -1,5 +1,5 @@
 #-----------------------------------------------------------------------------
-# $Id: Makefile,v 1.11 1999/06/29 14:15:32 simonmar Exp $
+# $Id: Makefile,v 1.12 1999/06/29 14:18:14 simonmar Exp $
 
 #  This is the Makefile for the runtime-system stuff.
 #  This stuff is written in C (and cannot be written in Haskell).
@@ -57,7 +57,7 @@ SRC_HC_OPTS += -I../includes -I. -Igum $(WARNING_OPTS) $(GhcRtsHcOpts) -optc-DCO
 SRC_CC_OPTS = $(GhcRtsCcOpts)
 
 ifneq "$(way)" "dll"
-# SRC_HC_OPTS += -static
+SRC_HC_OPTS += -static
 endif
 # SRC_HC_OPTS += -optc-fPIC
 
-- 
GitLab