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
Tobias Decking
GHC
Commits
c40387ed
Commit
c40387ed
authored
May 29, 2009
by
Ian Lynagh
Browse files
Tweak mk/sub-makefile.mk
parent
903831d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
mk/sub-makefile.mk
View file @
c40387ed
...
...
@@ -14,13 +14,11 @@
TOPMAKE
=
$(MAKE)
-C
$(TOP)
default
:
+
$(TOPMAKE)
all_
$(dir)
default
:
all
# We must not execute multiple recursive invocations of make in parallel.
.NOTPARALLEL
:
# all comes first, we want it to be the default target
STD_TARGETS
=
all clean distclean maintainer_clean
install
html ps pdf
# The + tells make that we're recursively invoking make, otherwise 'make -j2'
...
...
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