This to make sure that the modules.mk are properly generated (which actually
changes the content of the Makefile on the fly) after which the sub-shell
make sees the complete correct Makefile. This fixes the problem of rootcint
being called before a new module.mk has been generated in case a file has
been added or removed.
#-------------------------------------------------------------------------------
# default target
-default: aliroot
+default:
+ $(MAKE) aliroot
#-------------------------------------------------------------------------------
# Each module will add to these macros