From 804cc790c96ec870295116feb627c63663d6f317 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Thu, 12 Apr 2007 13:21:15 +0000 Subject: [PATCH] wibble to prep-bin-dist-mingw target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1e79212..bcae147 100644 --- a/Makefile +++ b/Makefile @@ -396,7 +396,7 @@ endif .PHONY: fiddle-binary-dist fiddle-binary-dist: - cd $(BIN_DIST_TMPDIR)/$(BIN_DIST_NAME) && ../distrib/prep-bin-dist-mingw + cd $(BIN_DIST_DIR) && ../distrib/prep-bin-dist-mingw # Tar up the distribution and build a manifest binary-dist :: tar-binary-dist -- 1.7.10.4