[project @ 1999-10-29 13:54:42 by sof]
authorsof <unknown>
Fri, 29 Oct 1999 13:54:42 +0000 (13:54 +0000)
committersof <unknown>
Fri, 29 Oct 1999 13:54:42 +0000 (13:54 +0000)
s/TargetPlatform/TARGETPLATFORM/g

ghc/lib/Makefile

index 9e771e5..782e45d 100644 (file)
@@ -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