From f993fe8ae198e692e093af36b6edc7e726c350ec Mon Sep 17 00:00:00 2001 From: rrt Date: Thu, 28 Jun 2001 16:44:07 +0000 Subject: [PATCH] [project @ 2001-06-28 16:44:07 by rrt] Improve comment --- 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 38acbb6..214d582 100644 --- a/ghc/lib/std/Makefile +++ b/ghc/lib/std/Makefile @@ -120,7 +120,7 @@ else HSstd.o :: $(GHCI_LIBOBJS) ld -r -x -o HSstd1.o $(filter Prel%, $(GHCI_LIBOBJS)) ld -r -x -o HSstd2.o $(filter-out Prel%, $(GHCI_LIBOBJS)) -endif # TARGETPLATFORM = win32 +endif # TARGETPLATFORM = i386-unknown-mingw32 -- 1.7.10.4