diff options
| author | Emile Joubert <emile@rabbitmq.com> | 2012-01-05 13:34:34 +0000 |
|---|---|---|
| committer | Emile Joubert <emile@rabbitmq.com> | 2012-01-05 13:34:34 +0000 |
| commit | 96994162eef383c82b7f9e20e9d4af479699bee8 (patch) | |
| tree | c12e37f0b3f57b9a61dee0652ede445950431d97 /Makefile | |
| parent | a3b1d5bd212786c38c9a957c071d7e7eb23f686b (diff) | |
| parent | 50c0c2366998c452d6be39ec044b629ef314ad07 (diff) | |
| download | rabbitmq-server-git-96994162eef383c82b7f9e20e9d4af479699bee8.tar.gz | |
Merged bug24659 into default (2)
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,7 +56,7 @@ endif #other args: +native +"{hipe,[o3,verbose]}" -Ddebug=true +debug_info +no_strict_record_tests ERLC_OPTS=-I $(INCLUDE_DIR) -o $(EBIN_DIR) -Wall -v +debug_info $(call boolean_macro,$(USE_SPECS),use_specs) $(call boolean_macro,$(USE_PROPER_QC),use_proper_qc) -VERSION=0.0.0 +VERSION?=0.0.0 PLUGINS_SRC_DIR?=$(shell [ -d "plugins-src" ] && echo "plugins-src" || echo ) PLUGINS_DIR=plugins TARBALL_NAME=rabbitmq-server-$(VERSION) |
