aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--pdeath.c1
2 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 0f5e821..8df5b80 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ all: pdeath
.c.o:
$(CC) -o $@ $< $(CPPFLAGS) $(CFLAGS)
-install: bin/pdeath
+install: pdeath
mkdir -p -- "$(DESTDIR)$(PREFIX)/bin"
mkdir -p -- "$(DESTDIR)$(PREFIX)/share/licenses/pdeath"
mkdir -p -- "$(DESTDIR)$(MANPREFIX)/man1"
diff --git a/pdeath.c b/pdeath.c
index 2cdbee2..3888836 100644
--- a/pdeath.c
+++ b/pdeath.c
@@ -47,7 +47,6 @@ struct sig {
{SIGIO, "IO"},
{SIGPWR, "PWR"},
{SIGSYS, "SYS"},
- {SIGUNUSED, "UNUSED"},
{0, NULL}
};