From d6ea0d0204525d5d1fc98f96263cb806fe62f643 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Mon, 2 Jan 2017 21:27:42 +0000 Subject: [PATCH] Generate scno.h for use during the build of strace itself * Makefile.am: Include scno.am. ($(strace_OBJECTS)): New rule. --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile.am b/Makefile.am index 53b61955..aa2927ca 100644 --- a/Makefile.am +++ b/Makefile.am @@ -837,6 +837,10 @@ CLEANFILES = $(ioctl_redefs_h) $(ioctlent_h) $(mpers_preproc_files) \ native_printer_decls.h native_printer_defs.h printers.h sen.h sys_func.h DISTCLEANFILES = gnu/stubs-32.h gnu/stubs-x32.h +include scno.am + +$(strace_OBJECTS): scno.h + # defines mpers_source_files include mpers.am srcdir_mpers_source_files = $(patsubst %,$(srcdir)/%,$(mpers_source_files)) -- 2.50.1