From 9e1605d993c10a51cac09d7d5750d0f167b64c00 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Mon, 17 Dec 2007 19:55:54 +0000 Subject: [PATCH] Don't rely on distrib/prep-bin-dist-mingw being executable --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 41e09dd..81437ac 100644 --- a/Makefile +++ b/Makefile @@ -268,7 +268,7 @@ binary-dist:: $(MAKE) prefix=$(BIN_DIST_DIR) install-docs binary-dist:: - cd $(BIN_DIST_DIR) && ../distrib/prep-bin-dist-mingw + cd $(BIN_DIST_DIR) && $(SHELL) ../distrib/prep-bin-dist-mingw binary-dist:: $(MKDIRHIER) $(BIN_DIST_DIR)/icons -- 1.7.10.4