diff options
author | Lukas Larsson <[email protected]> | 2012-09-18 14:14:36 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2012-09-18 15:18:41 +0200 |
commit | c185ce9928aa663cd74fecf58c5a56355d081943 (patch) | |
tree | bcd5a92070e1be13271906c3aa5454373a202fe7 /erts/etc/win32 | |
parent | 952db27ba0a5b87a2a47f3a7034a9bf92e3651e5 (diff) | |
download | otp-c185ce9928aa663cd74fecf58c5a56355d081943.tar.gz otp-c185ce9928aa663cd74fecf58c5a56355d081943.tar.bz2 otp-c185ce9928aa663cd74fecf58c5a56355d081943.zip |
Fix bug when making nsis target
Diffstat (limited to 'erts/etc/win32')
-rw-r--r-- | erts/etc/win32/nsis/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/etc/win32/nsis/Makefile b/erts/etc/win32/nsis/Makefile index f377a68c69..a53ac708f8 100644 --- a/erts/etc/win32/nsis/Makefile +++ b/erts/etc/win32/nsis/Makefile @@ -91,7 +91,7 @@ release_spec: fi;\ if [ '!' -z "$(REDIST_FILE)" -a '!' -z "$(REDIST_DLL_VERSION)" ];\ then \ - cp $(REDIST_FILE) "$(RELEASE_PATH)/$(REDIST_TARGET);"\ + cp $(REDIST_FILE) "$(RELEASE_PATH)/$(REDIST_TARGET)";\ echo '!define HAVE_REDIST_FILE 1' >> $(VERSION_HEADER); \ echo '!define REDIST_DLL_VERSION "$(REDIST_DLL_VERSION)"' >> $(VERSION_HEADER);\ echo '!define REDIST_DLL_NAME "$(REDIST_DLL_NAME)"' >> $(VERSION_HEADER);\ |