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

[project @ 1997-07-27 09:27:45 by sof]

Have the generation of multiple way interface files for GHC.hi-boot be done as part of boot target
parent 53a4d8e8
No related merge requests found
......@@ -77,10 +77,10 @@ SRC_MKDEPENDHS_OPTS += -ighc:required:glaExts:concurrent -I$(GHC_INCLUDE_DIR)
#-----------------------------------------------------------------------------
# Rules
GHC.$(way_)hi : GHC.hi-boot
cp GHC.hi-boot GHC.$(way_)hi
ghc/GHC.$(way_)hi : ghc/GHC.hi-boot
cp $< $@
boot :: ghc/GHC.hi $(foreach way, $(WAYS), ghc/GHC.$(way)_hi)
#-----------------------------------------------------------------------------
# Installation; need to install .hi files as well as libraries
......
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