summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2009-02-20 17:38:47 +0000
committerDenys Vlasenko <dvlasenk@redhat.com>2009-02-20 17:38:47 +0000
commitf3c9ed48bc1a476e3cd0919971b0ddaaec968c9c (patch)
treecd505570d9e9c56474748c3c5e292bf484d21eec /Makefile.am
parent3566e3d5f2e1c90ab8a918fef101f843bf610d81 (diff)
downloadstrace-f3c9ed48bc1a476e3cd0919971b0ddaaec968c9c.tar.gz
strace-f3c9ed48bc1a476e3cd0919971b0ddaaec968c9c.tar.bz2
strace-f3c9ed48bc1a476e3cd0919971b0ddaaec968c9c.tar.xz
Further signalent.h cleanup.
* linux/ia64/signalent.h: Remove, it is identical to common signalent.h sans "SIGRTnn" definitions which are redundant. * linux/powerpc/signalent.h: Remove, it is identical to common signalent.h sans outdated "SIGUNUSED" which should be "SIGSYS". * linux/s390/signalent.h: Ditto. * linux/s390x/signalent.h: Ditto. * Makefile.am: Remove references to the above files.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 3 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index d285099..d1cfe41 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -38,18 +38,17 @@ EXTRA_DIST = $(man_MANS) errnoent.sh signalent.sh syscallent.sh ioctlsort.c \
linux/hppa/errnoent.h linux/hppa/ioctlent.h \
linux/hppa/signalent.h linux/hppa/syscallent.h \
linux/ia64/syscallent.h \
- linux/ia64/ioctlent.h linux/ia64/signalent.h \
+ linux/ia64/ioctlent.h \
linux/m68k/syscallent.h \
linux/mips/ioctlent.sh linux/mips/errnoent.h \
linux/mips/ioctlent.h linux/mips/signalent.h \
linux/mips/syscallent.h \
linux/powerpc/syscallent.h \
linux/powerpc/ioctlent.h \
- linux/powerpc/signalent.h \
linux/s390/ioctlent.h \
- linux/s390/signalent.h linux/s390/syscallent.h \
+ linux/s390/syscallent.h \
linux/s390x/ioctlent.h \
- linux/s390x/signalent.h linux/s390x/syscallent.h \
+ linux/s390x/syscallent.h \
linux/sh/syscallent.h \
linux/sh/ioctlent.h \
linux/sh64/syscallent.h \