summaryrefslogtreecommitdiff
path: root/packaging/windows-exe
diff options
context:
space:
mode:
authorJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2015-10-28 19:10:21 +0100
committerJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2015-10-28 19:10:21 +0100
commiteb86030af14158be87a8ace7d893a9fd27ec3ccf (patch)
treea3bf9bdb7199fdc356003a1d0eb79c5127e7868f /packaging/windows-exe
parent15c69da995015b9b39a0ea9734ec387b2dfa6efa (diff)
downloadrabbitmq-server-git-eb86030af14158be87a8ace7d893a9fd27ec3ccf.tar.gz
packaging: Do not pass $(DEPS_DIR) to sub-make
Diffstat (limited to 'packaging/windows-exe')
-rw-r--r--packaging/windows-exe/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/packaging/windows-exe/Makefile b/packaging/windows-exe/Makefile
index 047e208f09..624f051bb1 100644
--- a/packaging/windows-exe/Makefile
+++ b/packaging/windows-exe/Makefile
@@ -7,6 +7,8 @@ ZIP = $(notdir $(wildcard $(ZIP_DIR)/rabbitmq-server-windows-[0-9.]*.zip))
VERSION = $(patsubst rabbitmq-server-windows-%.zip,%,$(ZIP))
+unexport DEPS_DIR
+
all: dist
@: