diff options
| author | Emile Joubert <emile@rabbitmq.com> | 2012-01-05 13:34:17 +0000 |
|---|---|---|
| committer | Emile Joubert <emile@rabbitmq.com> | 2012-01-05 13:34:17 +0000 |
| commit | 50c0c2366998c452d6be39ec044b629ef314ad07 (patch) | |
| tree | 6094edc1f6b8c65afc1277751af295c833c513bf | |
| parent | ad27eeaed184e37c6dd79605b3b1c999a8fc77d1 (diff) | |
| parent | f71e5e4b61bdfd216124d5da49140f4cde5c3a12 (diff) | |
| download | rabbitmq-server-git-50c0c2366998c452d6be39ec044b629ef314ad07.tar.gz | |
Merged bug24659 into default (1)
| -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) |
