aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2017-10-17 20:12:55 +0200
committerMattias Andrée <maandree@kth.se>2017-10-17 20:12:55 +0200
commit20d2e253d4158d721ea8412a9cb8ced72176c659 (patch)
tree2c1c68ec308866311f9e57b9413b379cde0824e1
parentSimplify (diff)
downloadpdeath-20d2e253d4158d721ea8412a9cb8ced72176c659.tar.gz
pdeath-20d2e253d4158d721ea8412a9cb8ced72176c659.tar.bz2
pdeath-20d2e253d4158d721ea8412a9cb8ced72176c659.tar.xz
Simplify
Signed-off-by: Mattias Andrée <maandree@kth.se>
-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}
};