Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
3f10036b
Commit
3f10036b
authored
Sep 08, 1997
by
simonm
Browse files
[project @ 1997-09-08 09:33:36 by simonm]
runtest rule is the wrong way around. Not that it ever gets used.
parent
ae4bbddf
Changes
1
Hide whitespace changes
Inline
Side-by-side
mk/suffix.mk
View file @
3f10036b
...
...
@@ -147,8 +147,8 @@ HASKELL_POST_COMPILE=$(patsubst %,$(HASKELL_SPLIT_POST),$(filter -split-objs,$(H
#-----------------------------------------------------------------------------
# Runtest rules for calling $(HC) on a single-file Haskell program
%.hs
:
%.runtest
$(TIME)
$(RUNTEST)
$(HC)
$(RUNTEST_
FLAGS)
-o2
$*
.stderr
$<
%.runtest
:
%.hs
$(TIME)
$(RUNTEST)
$(HC)
$(RUNTEST_
OPTS)
$<
#-----------------------------------------------------------------------------
# Doc processing suffix rules
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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