Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
e6834cad
Commit
e6834cad
authored
Jul 24, 2003
by
simonmar
Browse files
[project @ 2003-07-24 10:47:05 by simonmar]
Remove ancient/bogus booting-from-hc stuff.
parent
266a3472
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/mk/target.mk
View file @
e6834cad
...
...
@@ -8,17 +8,6 @@
GHC_TOP
:=
$(TOP)
TOP
:=
$(TOP)
/..
# When booting from .hc files, remove the suffix rule for
# .l?hs -> .o, so that the .hc -> .o is used instead.
# Also disable the generation of the .hc files, even if
# the .l?hs files are newer than the .hc ones.
ifeq
"$(GhcWithHscBuiltViaC)" "YES"
%.$(way_)o
:
%.lhs
%.$(way_)o
:
%.hs
%.$(way_)hc
:
%.lhs
%.$(way_)hc
:
%.hs
endif
include
$(TOP)/mk/target.mk
# Reset TOP
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment