From 20d2e253d4158d721ea8412a9cb8ced72176c659 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 17 Oct 2017 20:12:55 +0200 Subject: Simplify MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 2 +- pdeath.c | 1 - 2 files changed, 1 insertion(+), 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} }; -- cgit v1.2.3-70-g09d2