diff options
| author | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2015-10-28 18:19:56 +0100 |
|---|---|---|
| committer | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2015-10-28 18:19:56 +0100 |
| commit | d51bb4a4c6e4ea0732fd0ce97938c4666af35567 (patch) | |
| tree | 187883a6e497e584e87be3b67702521b44688181 /packaging/standalone | |
| parent | df5339c087e8284b1c44e1f3a68898f161fe1500 (diff) | |
| download | rabbitmq-server-git-d51bb4a4c6e4ea0732fd0ce97938c4666af35567.tar.gz | |
packaging/standalone: Do not pass $(DEPS_DIR) to sub-make
Diffstat (limited to 'packaging/standalone')
| -rw-r--r-- | packaging/standalone/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packaging/standalone/Makefile b/packaging/standalone/Makefile index 1acd044e80..a387d41840 100644 --- a/packaging/standalone/Makefile +++ b/packaging/standalone/Makefile @@ -30,6 +30,8 @@ RABBITMQ_DEFAULTS=$(TARGET_DIR)/sbin/rabbitmq-defaults fix_defaults = sed -e $(1) $(RABBITMQ_DEFAULTS) > $(RABBITMQ_DEFAULTS).tmp \ && mv $(RABBITMQ_DEFAULTS).tmp $(RABBITMQ_DEFAULTS) +unexport DEPS_DIR + all: dist @: |
