From: panne Date: Sun, 16 Apr 2000 16:23:24 +0000 (+0000) Subject: [project @ 2000-04-16 16:23:24 by panne] X-Git-Tag: Approximately_9120_patches~4678 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=7467513774c69ad7fa5f59879664f7c392a81eac;p=ghc-hetmet.git [project @ 2000-04-16 16:23:24 by panne] Fixed name of std library when not building a DLL --- diff --git a/ghc/lib/std/Makefile b/ghc/lib/std/Makefile index 1abffe6..cdf7963 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"