summaryrefslogtreecommitdiff
path: root/packaging/standalone
diff options
context:
space:
mode:
authorJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2015-10-29 11:03:15 +0100
committerJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2015-10-29 11:03:15 +0100
commit29c9fe7c5844d3309b59b6d5a4a88944f4356e08 (patch)
treed174282014135143309f154cface0743977a47db /packaging/standalone
parent8ebac9056d0c7f5cb172aaca54ce61e4c00e0621 (diff)
downloadrabbitmq-server-git-29c9fe7c5844d3309b59b6d5a4a88944f4356e08.tar.gz
packaging: Do not pass $(ERL_LIBS) to sub-make
Diffstat (limited to 'packaging/standalone')
-rw-r--r--packaging/standalone/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/standalone/Makefile b/packaging/standalone/Makefile
index fab331d4fe..f5088b9156 100644
--- a/packaging/standalone/Makefile
+++ b/packaging/standalone/Makefile
@@ -31,6 +31,7 @@ fix_defaults = sed -e $(1) $(RABBITMQ_DEFAULTS) > $(RABBITMQ_DEFAULTS).tmp \
&& mv $(RABBITMQ_DEFAULTS).tmp $(RABBITMQ_DEFAULTS)
unexport DEPS_DIR
+unexport ERL_LIBS
all: dist
@: