Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2020-10-12 16:12:40 +0300
committerJon Turney <jon.turney@dronecode.org.uk>2020-10-14 17:04:19 +0300
commitb21158bc4e3e37d64009e7d83362cde5115d7504 (patch)
treefe668d3d9c944422210def2a6c5015595d07faa2 /winsup/configure.ac
parentad0f139c74a3d8e93d9b74f91d2393602328c53d (diff)
Cygwin: Remove AC_PROG_MAKE_SET
This is only needed if we are using an ancient make which doesn't set ${MAKE}, but we say "This makefile requires GNU make." everywhere. It only has an effect if @SET_MAKE@ is used, which we aren't doing consistently.
Diffstat (limited to 'winsup/configure.ac')
-rw-r--r--winsup/configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/winsup/configure.ac b/winsup/configure.ac
index 131dc79ee..e917ee1c5 100644
--- a/winsup/configure.ac
+++ b/winsup/configure.ac
@@ -43,7 +43,5 @@ INSTALL_LICENSE="install-license"
AC_SUBST(INSTALL_LICENSE)
-AC_PROG_MAKE_SET
-
AC_CONFIG_FILES([Makefile])
AC_OUTPUT