]> granicus.if.org Git - strace/commit
tests: avoid using cpp -dD
authorMichael Shigorin <mike@altlinux.org>
Wed, 17 Feb 2016 15:55:28 +0000 (18:55 +0300)
committerDmitry V. Levin <ldv@altlinux.org>
Fri, 19 Feb 2016 01:44:33 +0000 (01:44 +0000)
commitf20304b6aea91e48fb41f2fb9e19bfcf05e06e6e
treeb860e80da7302da405b3695b7ad78e32c0b8f207
parent446e5b1780926a1a36a0377c8974d84e170ea0e7
tests: avoid using cpp -dD

-dD is less portable across some peculiar preprocessors.

tests/Makefile.am (ksysent.h): Use cpp -dM instead of cpp -dD.
tests/Makefile.am