diff options
author | Andy Wingo <wingo@pobox.com> | 2015-04-19 13:44:52 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2015-04-19 14:08:12 +0200 |
commit | 0ea3f901134d2b78c177d3353523db5c39df629b (patch) | |
tree | 2f485e2934305c58ae495457b775806a06fcace8 /Makefile.am | |
parent | 1e1951d43e06abd0b45b068febe9e390b9a10cdc (diff) |
Remove kill checks
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 695cdb17d1..7eb7730922 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1000,7 +1000,6 @@ substitutions = \ '|SUSHELL=$(SUSHELL)|' \ '|SULOGIN=$(SULOGIN)|' \ '|DEBUGTTY=$(DEBUGTTY)|' \ - '|KILL=$(KILL)|' \ '|KMOD=$(KMOD)|' \ '|MKDIR_P=$(MKDIR_P)|' \ '|SYSTEM_SYSVINIT_PATH=$(sysvinitdir)|' \ |