]> git.ipfire.org Git - thirdparty/automake.git/commit
[ng] cleanup: remove few VPATH rewrite workarounds
authorStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 7 Aug 2012 16:51:31 +0000 (18:51 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 7 Aug 2012 16:51:31 +0000 (18:51 +0200)
commitbdc607514748d8892dab26158b6d9693079d3a20
treed6f123a75a3628af6365626d03b2c5a1ac5f2f62
parentffe64f1c121d63e07f291db2eda5f52cb2f58112
[ng] cleanup: remove few VPATH rewrite workarounds

They are not needed by GNU make, which performs no implicit VPATH
rewrites in its recipes.

* lib/am/lisp.am (install-%DIR%LISP): No need to "correct" possible
VPATH rewrites: GNU makes doesn't do them.  Accordingly, ...
* lib/am/inst-vars.am (am__vpath_adj_setup, am__vpath_adj): ... these
two  variables are no more needed: remove them.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
lib/am/inst-vars.am
lib/am/lisp.am