Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
nofib
Commits
bed5ec3b
Commit
bed5ec3b
authored
Oct 08, 1997
by
simonm
Browse files
[project @ 1997-10-08 15:49:19 by simonm]
set SRC_RUNTEST_OPTS with +=, not =.
parent
26cb7a59
Changes
1
Show whitespace changes
Inline
Side-by-side
spectral/treejoin/Makefile
View file @
bed5ec3b
...
@@ -2,7 +2,7 @@ TOP = ../..
...
@@ -2,7 +2,7 @@ TOP = ../..
include
$(TOP)/mk/boilerplate.mk
include
$(TOP)/mk/boilerplate.mk
# Arguments to test program
# Arguments to test program
SRC_RUNTEST_OPTS
=
27000.1 27000.2 +RTS
-K3m
-H24m
-RTS
SRC_RUNTEST_OPTS
+
=
27000.1 27000.2 +RTS
-K3m
-H24m
-RTS
include
$(TOP)/mk/target.mk
include
$(TOP)/mk/target.mk
Write
Preview
Markdown
is supported
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