]> git.uio.no Git - u/mrichter/AliRoot.git/commit - Makefile
it is essential that the default target is a sub-shell "$(MAKE) aliroot".
authorrdm <rdm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 5 Jul 2004 15:10:17 +0000 (15:10 +0000)
committerrdm <rdm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 5 Jul 2004 15:10:17 +0000 (15:10 +0000)
commit4dc83bdbbbdc677bf05625c20efd406397e46d66
treeb98c7856f77e12bfb4367280942d59818238c7a8
parent2e4d57ef71dd31fb60f1c42964dd988c601232eb
it is essential that the default target is a sub-shell "$(MAKE) aliroot".
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.
Makefile