Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
97e1ee6a
Commit
97e1ee6a
authored
Nov 30, 2012
by
ian@well-typed.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use python2 if it exists. Based on a patch from michalt. Fixes
#7333
.
parent
c7a5730b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
testsuite/mk/boilerplate.mk
testsuite/mk/boilerplate.mk
+3
-0
No files found.
testsuite/mk/boilerplate.mk
View file @
97e1ee6a
...
@@ -126,6 +126,9 @@ GS = gs
...
@@ -126,6 +126,9 @@ GS = gs
CP
=
cp
CP
=
cp
RM
=
rm
-f
RM
=
rm
-f
PYTHON
=
python
PYTHON
=
python
ifeq
"$(shell $(SHELL) -c 'python2 -c 0' 2> /dev/null && echo exists)" "exists"
PYTHON
=
python2
endif
# -----------------------------------------------------------------------------
# -----------------------------------------------------------------------------
# configuration of TEST_HC
# configuration of TEST_HC
...
...
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