mirror of
https://github.com/clearml/dropbear
synced 2025-02-07 05:17:28 +00:00
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.
This commit is contained in:
parent
1a37d7aa48
commit
ad9db51434
@ -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
|
||||
|
@ -11,7 +11,6 @@ AC_CONFIG_SRCDIR(buffer.c)
|
||||
|
||||
# Checks for programs.
|
||||
AC_PROG_CC
|
||||
AC_PROG_MAKE_SET
|
||||
|
||||
if test -z "$LD" ; then
|
||||
LD=$CC
|
||||
|
Loading…
Reference in New Issue
Block a user