Tweak mk/sub-makefile.mk
authorIan Lynagh <igloo@earth.li>
Fri, 29 May 2009 17:57:48 +0000 (17:57 +0000)
committerIan Lynagh <igloo@earth.li>
Fri, 29 May 2009 17:57:48 +0000 (17:57 +0000)
mk/sub-makefile.mk

index 1d41bd1..031d62a 100644 (file)
 
 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'