mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-21 03:14:19 +08:00
7e80d6b834
The dependency on the warning files breaks when we are building in a directory *and* the files already exist from being shipped with the distribution tarballs. The make VPATH simply isn't sophisticated enough to deal with it, so let the C compiler handle it by #including the generated file from a dummy C file. Reported-by: Rudi Heitbaum <rudi@heitbaum.com> Signed-off-by: H. Peter Anvin <hpa@zytor.com>
2 lines
24 B
C
2 lines
24 B
C
#include "warnings_c.h"
|