* Makefile.am (SUBDIRS): Prepend `.' to the list of subdirectories to force make to honor this Makefile's targets before recursing in Milena's subdirectories. --- milena/ChangeLog | 8 ++++++++ milena/Makefile.am | 5 +---- 2 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/milena/ChangeLog b/milena/ChangeLog index 3d80dcb..05aa014 100644 --- a/milena/ChangeLog +++ b/milena/ChangeLog @@ -1,5 +1,13 @@ 2013-09-06 Roland Levillain roland@lrde.epita.fr
+ Force make to regen Milena's mln/version.hh before other files. + + * Makefile.am (SUBDIRS): Prepend `.' to the list of subdirectories + to force make to honor this Makefile's targets before recursing in + Milena's subdirectories. + +2013-09-06 Roland Levillain roland@lrde.epita.fr + Have `make regen' also regenerate Milena's mln/version.hh.
* Makefile.am (regen-am): Here. diff --git a/milena/Makefile.am b/milena/Makefile.am index da3b91b..436fe54 100644 --- a/milena/Makefile.am +++ b/milena/Makefile.am @@ -15,10 +15,7 @@ # You should have received a copy of the GNU General Public License # along with Olena. If not, see http://www.gnu.org/licenses/.
-SUBDIRS = \ - doc \ - mesh \ - tests +SUBDIRS = . doc mesh tests
if ENABLE_APPS SUBDIRS += apps