diff options
author | Michael Witten <mfwitten@gmail.com> | 2017-07-31 23:55:52 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2018-02-11 23:43:19 +0800 |
commit | ad9db51434a037f6be6820b7a943825f13514209 (patch) | |
tree | e6ccced0064abdd34971d74f39d35b69c660507b /Makefile.in | |
parent | 1a37d7aa489cabbc1e8de2503540a17625d5c97d (diff) |
build: Remove unused constructs: `space' and `AC_PROG_MAKE_SET'
The makefile variable `space' is never used.
The autoconf output variable `SET_MAKE' is never used, so the
autoconf macro `AC_PROG_MAKE_SET' has been removed.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 1ffb2d9..74f3965 100644 --- a/Makefile.in +++ b/Makefile.in @@ -97,7 +97,6 @@ STATIC=@STATIC@ # whether we're building client, server, or both for the common objects. # evilness so we detect 'dropbear' by itself as a word -space:= $(empty) $(empty) ifneq (,$(strip $(foreach prog, $(PROGRAMS), $(findstring ZdropbearZ, Z$(prog)Z)))) CFLAGS+= -DDROPBEAR_SERVER endif |