# HG changeset patch # User John Donoghue # Date 1390144290 18000 # Node ID 4779ae33e54443c519e85e772b59784dbafa30c9 # Parent 5fc3d674ca3a762b046cf8a696e5a73dce804386 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. diff -r 5fc3d674ca3a -r 4779ae33e544 binary-dist-rules.mk --- 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 := \