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
d19f868a
Commit
d19f868a
authored
Jan 04, 2006
by
simonmar
Browse files
[project @ 2006-01-04 12:49:38 by simonmar]
make 3.79.1 is ok
parent
16edb78a
Changes
1
Hide whitespace changes
Inline
Side-by-side
mk/config.mk.in
View file @
d19f868a
...
...
@@ -33,7 +33,9 @@
# 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.)
ifeq
"$(findstring 3.79.1, $(MAKE_VERSION))" ""
$(error
GNU
make
version
3.79.1
or
later
is
required.)
endif
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