From: Dmitry V. Levin Date: Wed, 7 Apr 2010 10:17:24 +0000 (+0000) Subject: Fix "make dist" regression introduced by commit v4.5.19-12-g5078770 X-Git-Tag: v4.5.20~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c94a774a3bf40cee1ef6babc3f0615ec956f6a65;p=strace Fix "make dist" regression introduced by commit v4.5.19-12-g5078770 * Makefile.am (EXTRA_DIST): Rename linux/syscallent.h to linux/i386/syscallent.h --- diff --git a/Makefile.am b/Makefile.am index 066cb43d..c44762ee 100644 --- a/Makefile.am +++ b/Makefile.am @@ -28,7 +28,8 @@ EXTRA_DIST = $(man_MANS) errnoent.sh signalent.sh syscallent.sh ioctlsort.c \ README-freebsd README-linux README-sunos4 README-svr4 \ linux/ioctlsort.c linux/ioctlent.sh \ linux/ioctlent.h linux/errnoent.h linux/signalent.h \ - linux/syscall.h linux/syscallent.h linux/dummy.h \ + linux/syscall.h linux/dummy.h \ + linux/i386/syscallent.h \ linux/alpha/errnoent.h linux/alpha/ioctlent.h \ linux/alpha/signalent.h linux/alpha/syscallent.h \ linux/arm/syscallent.h linux/arm/syscallent1.h \