gnumakefile: better interaction with Automake-NG
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 2 Aug 2012 16:51:08 +0000 (18:51 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 4 Aug 2012 18:08:52 +0000 (20:08 +0200)
commitec58403a04a037309547784ef7338d40cd49f475
tree2cca66868b4498fdb2c25cbccd7fa12803995d19
parent0e3af50c9e20938bd1cea0182bf749ce61cb6782
gnumakefile: better interaction with Automake-NG

* modules/gnumakefile [Makefile.am]: The makefiles generated by
Automake-NG always contain a definition of VPATH, even in non-VPATH
builds (its value being simply '.' in that case).  So, in the
'clean-GNUmakefile' rule, to determine whether running under a
VPATH setup, compare '$(srcdir)' to '.' rather than checking whether
'$(VPATH)' expands to the empty string.
ChangeLog
modules/gnumakefile