From: Craig Small Date: Fri, 25 Sep 2015 23:19:28 +0000 (+1000) Subject: build-sys: unlink kill from procps X-Git-Tag: v4.0.0~1023 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1b6e5ae11ef9de90d55b9d19d6b71455010e5b26;p=procps-ng build-sys: unlink kill from procps kill doesn't use any symbols from libprocps so we don't need to link to it. --- diff --git a/Makefile.am b/Makefile.am index e48f0aa4..38c0438b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -79,6 +79,7 @@ if BUILD_KILL bin_PROGRAMS += kill dist_man_MANS += kill.1 kill_SOURCES = kill.c lib/strutils.c lib/fileutils.c lib/signals.c +kill_LDADD = else EXTRA_DIST += kill.1 endif