X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Flib%2Fstd%2FMakefile;h=cdf7963ec6b0f167f450785cca3b9e877258c7e5;hb=7467513774c69ad7fa5f59879664f7c392a81eac;hp=1abffe689192433369d4cce9504ac782240b70e9;hpb=0e36d5e3d77377ed6657586f60edc5f34be2548d;p=ghc-hetmet.git 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"