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)
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.


No differences found