diff options
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | pdeath.c | 1 |
2 files changed, 1 insertions, 2 deletions
@@ -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" @@ -47,7 +47,6 @@ struct sig { {SIGIO, "IO"}, {SIGPWR, "PWR"}, {SIGSYS, "SYS"}, - {SIGUNUSED, "UNUSED"}, {0, NULL} }; |