From 7467513774c69ad7fa5f59879664f7c392a81eac Mon Sep 17 00:00:00 2001
From: panne <unknown>
Date: Sun, 16 Apr 2000 16:23:24 +0000
Subject: [PATCH] [project @ 2000-04-16 16:23:24 by panne] Fixed name of std
 library when not building a DLL

---
 ghc/lib/std/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ghc/lib/std/Makefile b/ghc/lib/std/Makefile
index 1abffe689192..cdf7963ec6b0 100644
--- a/ghc/lib/std/Makefile
+++ b/ghc/lib/std/Makefile
@@ -31,7 +31,7 @@ else
 # Hack by SPJ to delay if-then-else until the pattern rule when we have $*
 PACKAGE = $(subst ~, ,$(word $(words dummy $(findstr $(notdir $*), PrelMain )), -package-name~std))
 endif
-LIBRARY = libHS$(PACKAGE)$(_way).a
+LIBRARY = libHSstd$(_way).a
 
 LIBOBJS = $(HS_OBJS)
 ifeq "$(TARGETPLATFORM)" "i386-unknown-mingw32"
-- 
GitLab