]> granicus.if.org Git - strace/commitdiff
Generate scno.h for use during the build of strace itself
authorDmitry V. Levin <ldv@altlinux.org>
Mon, 2 Jan 2017 21:27:42 +0000 (21:27 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Tue, 3 Jan 2017 11:27:35 +0000 (11:27 +0000)
* Makefile.am: Include scno.am.
($(strace_OBJECTS)): New rule.

Makefile.am

index 53b61955cdb01f2c34234e9f563eaeaea450b855..aa2927caf26af2394946b5f784711b71029e2cef 100644 (file)
@@ -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))