]> granicus.if.org Git - strace/commit
Fix make -j builds
authorGabriel Laskar <gabriel@lse.epita.fr>
Thu, 1 Oct 2015 12:49:25 +0000 (14:49 +0200)
committerDmitry V. Levin <ldv@altlinux.org>
Thu, 1 Oct 2015 22:20:10 +0000 (22:20 +0000)
commitad25c74f4b88b38a21b3125fb3e2281253c76977
tree876c77c61f77fe8e04cd1478efd6ea7a925149fa
parent0656ce98226e53a348875cf7a5a8ed85479d98dc
Fix make -j builds

In files generated by mpers scripts, includes directives are taken from
original files where the type definition was done.  This causes to
include defs.h in multiple files.  defs.h includes printers.h header,
which is a generated header.

This patch add an explicit dependency to printers.h for the mpers
scripts.

* Makefile.am (mpers-m%.stamp): Add printers.h to order-only
prerequisites.

Signed-off-by: Gabriel Laskar <gabriel@lse.epita.fr>
Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
Makefile.am