From: Dmitry V. Levin Date: Mon, 2 Jan 2017 21:27:42 +0000 (+0000) Subject: Generate scno.h for use during the build of strace itself X-Git-Tag: v4.16~111 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d6ea0d0204525d5d1fc98f96263cb806fe62f643;p=strace Generate scno.h for use during the build of strace itself * Makefile.am: Include scno.am. ($(strace_OBJECTS)): New rule. --- 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))