From: sof Date: Fri, 29 Oct 1999 13:54:42 +0000 (+0000) Subject: [project @ 1999-10-29 13:54:42 by sof] X-Git-Tag: Approximately_9120_patches~5641 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=c67263486d048917973db8045d3e9e91d55c366f;p=ghc-hetmet.git [project @ 1999-10-29 13:54:42 by sof] s/TargetPlatform/TARGETPLATFORM/g --- 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