changeset 3433:4779ae33e544

Fix typo with WINDOWS_BINARY_DIST_FILES. * /binary-dist-rules.mk: Change WINDOWS_BINARY_DIST_DEPS to WINDOWS_BINARY_DIST_FILES for adding mxyx-base and npp packages.
author John Donoghue <john.donoghue@ieee.org>
date Sun, 19 Jan 2014 10:11:30 -0500
parents 5fc3d674ca3a
children 7864014bc84a
files binary-dist-rules.mk
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/binary-dist-rules.mk	Fri Jan 17 13:04:28 2014 -0800
+++ b/binary-dist-rules.mk	Sun Jan 19 10:11:30 2014 -0500
@@ -13,10 +13,10 @@
 
 ## FIXME: We need a way to ask "is this a windows build?"
 ifeq ($(MXE_SYSTEM), mingw)
-  WINDOWS_BINARY_DIST_DEPS := msys-base npp
+  WINDOWS_BINARY_DIST_FILES := msys-base npp
 endif
 ifeq ($(MXE_SYSTEM), msvc)
-  WINDOWS_BINARY_DIST_DEPS := msys-base npp
+  WINDOWS_BINARY_DIST_FILES := msys-base npp
 endif
 
 BINARY_DIST_DEPS := \