changeset 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 fdae6fae00af
children 1ea92dd2ca5f
files Makefile.in configure.ac
diffstat 2 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.in	Sun Feb 11 23:03:31 2018 +0800
+++ b/Makefile.in	Mon Jul 31 23:55:52 2017 +0000
@@ -97,7 +97,6 @@
 
 # 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
--- a/configure.ac	Sun Feb 11 23:03:31 2018 +0800
+++ b/configure.ac	Mon Jul 31 23:55:52 2017 +0000
@@ -11,7 +11,6 @@
 
 # Checks for programs.
 AC_PROG_CC
-AC_PROG_MAKE_SET
 
 if test -z "$LD" ; then
 	LD=$CC