summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2009-02-20 16:24:39 +0000
committerDenys Vlasenko <dvlasenk@redhat.com>2009-02-20 16:24:39 +0000
commit53560265c69774e655f49bf7da839cfe350606ed (patch)
tree721e52b289f90e07a5cce63858b8bda48d08296f /Makefile.am
parent361f82b8538894fd0efe7bb56e0c63a3bb87f687 (diff)
downloadstrace-53560265c69774e655f49bf7da839cfe350606ed.tar.gz
strace-53560265c69774e655f49bf7da839cfe350606ed.tar.bz2
strace-53560265c69774e655f49bf7da839cfe350606ed.tar.xz
Patch by Mike Frysinger (vapier AT gentoo.org).
* Makefile.am: Remove reference to linux/sh/signalent.h. * linux/sh/signalent.h: Remove, it is identical to common signalent.h.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 1dcdc62..d285099 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -51,7 +51,7 @@ EXTRA_DIST = $(man_MANS) errnoent.sh signalent.sh syscallent.sh ioctlsort.c \
linux/s390x/ioctlent.h \
linux/s390x/signalent.h linux/s390x/syscallent.h \
linux/sh/syscallent.h \
- linux/sh/ioctlent.h linux/sh/signalent.h \
+ linux/sh/ioctlent.h \
linux/sh64/syscallent.h \
linux/sparc/dummy2.h \
linux/sparc/errnoent.h linux/sparc/errnoent1.h \