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
176c2483
Commit
176c2483
authored
Jan 03, 2006
by
simonmar
Browse files
[project @ 2006-01-03 11:06:45 by simonmar]
emit an error message if GNU make 3.7x is found (3.80 is required).
parent
57c7ce1a
Changes
1
Hide whitespace changes
Inline
Side-by-side
mk/config.mk.in
View file @
176c2483
...
...
@@ -32,6 +32,9 @@
# a section corresponding to each of the main .mk files
# included by boilerplate.mk (see boilerplate.mk for a list).
ifneq
"$(findstring 3.7, $(MAKE_VERSION))" ""
$(error
GNU
make
version
3.80
or
later
is
required.)
endif
################################################################################
#
...
...
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