maint.mk: really add $(AM_MAKEFLAGS)
[pspp] / ChangeLog
index 7b3c817c47209a9ecf297acf6193929c531998f6..584962958dc6b87353f6fc51af7849773258f236 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,19 @@
 2009-03-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
+       maint.mk: really add $(AM_MAKEFLAGS)
+       * top/maint.mk (init-coverage, build-coverage): `$(AM_MAKEFLAGS)'
+       was inadvertently omitted in the last commit.
+       Spotted by Bruno Haible.
+
+       maint.mk: use $(MAKE) $(AM_MAKEFLAGS) not make
+       * top/maint.mk (init-coverage, build-coverage): Use `$(MAKE)
+       $(AM_MAKEFLAGS)' rather than plain `make'.
+
+       gnulib-tool: execute $MAKE not make
+       * gnulib-tool: Default $MAKE to 'make'.
+       (func_create_testdir, func_create_megatestdir): Use $MAKE rather
+       than make.  Initialize $MAKE in the do-autobuild script.
+
        gnulib-tool: use $MAKE not make in generated files
        * gnulib-tool (func_create_megatestdir): Use $MAKE rather than
        make, in generated files.  Initialize $MAKE in the do-autobuild