Skip to content
Snippets Groups Projects
Commit c6726348 authored by sof's avatar sof
Browse files

[project @ 1999-10-29 13:54:42 by sof]

s/TargetPlatform/TARGETPLATFORM/g
parent dc8ebfaa
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment