From c67263486d048917973db8045d3e9e91d55c366f Mon Sep 17 00:00:00 2001 From: sof Date: Fri, 29 Oct 1999 13:54:42 +0000 Subject: [PATCH] [project @ 1999-10-29 13:54:42 by sof] s/TargetPlatform/TARGETPLATFORM/g --- ghc/lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/lib/Makefile b/ghc/lib/Makefile index 9e771e5..782e45d 100644 --- a/ghc/lib/Makefile +++ b/ghc/lib/Makefile @@ -15,7 +15,7 @@ include $(TOP)/mk/boilerplate.mk ifeq "$(GhcWithHscBuiltViaC)" "YES" SUBDIRS = std exts else -ifneq "$(TargetPlatform)" "i386-unknown-mingw32" +ifneq "$(TARGETPLATFORM)" "i386-unknown-mingw32" SUBDIRS = std exts concurrent posix misc else SUBDIRS = std exts concurrent misc -- 1.7.10.4