From 1aee39402f7cadfaf8703df442de07f411e73798 Mon Sep 17 00:00:00 2001 From: Boris Nagaev Date: Mon, 1 May 2017 14:46:56 +0200 Subject: [PATCH] add dist_bin_SCRIPTS to MXE_DISABLE_PROGRAMS --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 2164da14..57047617 100644 --- a/Makefile +++ b/Makefile @@ -117,6 +117,7 @@ MXE_GCC_EXCEPTION_OPTS = \ # install files such as pcre-config (which we do want to be installed). MXE_DISABLE_PROGRAMS = \ + dist_bin_SCRIPTS= \ bin_PROGRAMS= \ sbin_PROGRAMS= \ noinst_PROGRAMS= \