summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon MacMullen <simon@lshift.net>2008-11-25 13:24:28 +0000
committerSimon MacMullen <simon@lshift.net>2008-11-25 13:24:28 +0000
commit0942e189d59ab553083a2f66b95b1c2a543386d4 (patch)
treef9b1dbbe0fdcf339d4712f78523d58318dddfdfb
parent1b7b8ec962a30b5c33f06a4afadbfd0139925205 (diff)
parent6c62255f86be579dff7b7a4767656b2234507ff2 (diff)
downloadrabbitmq-server-0942e189d59ab553083a2f66b95b1c2a543386d4.tar.gz
Actually, that one wasn't needed
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 04a0aff6..6baee930 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ WEB_URL=http://stage.rabbitmq.com/
ifndef USE_SPECS
# our type specs rely on features / bug fixes in dialyzer that are
# only available in R12B-3 upwards
-#
+#
# NB: the test assumes that version number will only contain single digits
USE_SPECS=$(shell if [ $$(erl -noshell -eval 'io:format(erlang:system_info(version)), halt().') \> "5.6.2" ]; then echo "true"; else echo "false"; fi)
endif