Mercurial > dropbear
comparison Makefile.in @ 1490:9b87cbe931e3
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.
author | Michael Witten <mfwitten@gmail.com> |
---|---|
date | Mon, 31 Jul 2017 23:55:52 +0000 |
parents | abbdeca6f1bd |
children | bd46cf0e245a |
comparison
equal
deleted
inserted
replaced
1489:fdae6fae00af | 1490:9b87cbe931e3 |
---|---|
95 | 95 |
96 STATIC=@STATIC@ | 96 STATIC=@STATIC@ |
97 | 97 |
98 # whether we're building client, server, or both for the common objects. | 98 # whether we're building client, server, or both for the common objects. |
99 # evilness so we detect 'dropbear' by itself as a word | 99 # evilness so we detect 'dropbear' by itself as a word |
100 space:= $(empty) $(empty) | |
101 ifneq (,$(strip $(foreach prog, $(PROGRAMS), $(findstring ZdropbearZ, Z$(prog)Z)))) | 100 ifneq (,$(strip $(foreach prog, $(PROGRAMS), $(findstring ZdropbearZ, Z$(prog)Z)))) |
102 CFLAGS+= -DDROPBEAR_SERVER | 101 CFLAGS+= -DDROPBEAR_SERVER |
103 endif | 102 endif |
104 ifneq (,$(strip $(foreach prog, $(PROGRAMS), $(findstring ZdbclientZ, Z$(prog)Z)))) | 103 ifneq (,$(strip $(foreach prog, $(PROGRAMS), $(findstring ZdbclientZ, Z$(prog)Z)))) |
105 CFLAGS+= -DDROPBEAR_CLIENT | 104 CFLAGS+= -DDROPBEAR_CLIENT |