chiark / gitweb /
build: Drop "=" from move-to-rootlibdir define
authorMichael Biebl <biebl@debian.org>
Sun, 6 Jan 2013 20:52:44 +0000 (21:52 +0100)
committerMichael Biebl <biebl@debian.org>
Sun, 6 Jan 2013 20:52:44 +0000 (21:52 +0100)
commitd7ae18eea511caa6f1af63b7f07abebf2436fded
tree5589ddf08038aecc952f63dd0341ba6d92ed58a7
parentd05c556b6b2a680ec8b51ecbbc99a9ab14c28eed
build: Drop "=" from move-to-rootlibdir define

The variable assignment operator was introduced in make 3.82 and thus
breaks "make install" with older versions of make. Since "=" is optional
in make 3.82 it is safe to drop.
Makefile.am