summaryrefslogtreecommitdiff
path: root/mk/sub-makefile.mk
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2009-05-29 17:57:48 +0000
committerIan Lynagh <igloo@earth.li>2009-05-29 17:57:48 +0000
commitc40387edc47e28241cc4f52b0fdf49e60bc234c6 (patch)
tree12e2012380911c5c43db501886da0e2e9f97df50 /mk/sub-makefile.mk
parent903831d5047482725f55581504d35feb1288e545 (diff)
downloadhaskell-c40387edc47e28241cc4f52b0fdf49e60bc234c6.tar.gz
Tweak mk/sub-makefile.mk
Diffstat (limited to 'mk/sub-makefile.mk')
-rw-r--r--mk/sub-makefile.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/mk/sub-makefile.mk b/mk/sub-makefile.mk
index 1d41bd101a..031d62a1b7 100644
--- a/mk/sub-makefile.mk
+++ b/mk/sub-makefile.mk
@@ -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'