Skip to content
Snippets Groups Projects
Commit f0c9208d authored by Reuben Thomas's avatar Reuben Thomas
Browse files

[project @ 2000-10-03 10:20:07 by rrt]

Backed out bogon (last commit was completely nonsensical).
parent 33dcf8ef
No related branches found
No related tags found
No related merge requests found
......@@ -529,11 +529,9 @@ MKDEPENDHS = $(HC)
# Sometimes we want to invoke ghc from the build tree in different
# projects (eg. it's handy to have a nofib & a ghc build in the same
# tree). We can refer to "this ghc" as $(GHC_INPLACE).
# The addition to PATH makes the inplace GHC pick up the right
# DLLs under Windows; it won't have any effect on other platforms.
# tree). We can refer to "this ghc" as $(GHC_INPLACE):
GHC_INPLACE = PATH=$(FPTOOLS_TOP)/dll:$$PATH $(FPTOOLS_TOP)/ghc/driver/ghc-inplace
GHC_INPLACE = $(FPTOOLS_TOP)/ghc/driver/ghc-inplace
#-----------------------------------------------------------------------------
# C compiler
......
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