Whamcloud - gitweb
tests: fix Makefile so it is portable to gmake 3.x
authorTheodore Ts'o <tytso@mit.edu>
Tue, 22 Mar 2016 04:01:19 +0000 (00:01 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 22 Mar 2016 04:01:19 +0000 (00:01 -0400)
commit8ef71d873c6c96bbe868efe0e351020763edb2b6
treed19835b1366a0696c8588edf74ac47a8c1494416
parent8f6f8602dc1037fb8fc2051fb062c0209f8baa2a
tests: fix Makefile so it is portable to gmake 3.x

In commit 0355d6d047884f5b we used a Makefile shell assignment syntax
which is compatible with pmake and gmake 4.x, but which breaks on
gmake 3.x.  So only use the pmake-compatible construction if we are
not using GNU make.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
tests/Makefile.in