diff options
| author | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2015-09-24 17:41:25 +0200 |
|---|---|---|
| committer | Jean-Sébastien Pédron <jean-sebastien.pedron@dumbbell.fr> | 2015-10-20 11:10:48 +0200 |
| commit | 9cb1b4ec05de3df01d4b620bbf573284ea544acd (patch) | |
| tree | 7d801f2cfb0a3af3fe3fbdb52abe370607cd3122 | |
| parent | 89e316223f73e837aeb73c617f0749de30fb4607 (diff) | |
| download | rabbitmq-server-git-9cb1b4ec05de3df01d4b620bbf573284ea544acd.tar.gz | |
Update rabbitmq-components.mk
| -rw-r--r-- | rabbitmq-components.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/rabbitmq-components.mk b/rabbitmq-components.mk index 708c7e5b8c..a78ff1ad24 100644 --- a/rabbitmq-components.mk +++ b/rabbitmq-components.mk @@ -1,3 +1,10 @@ +ifeq ($(.DEFAULT_GOAL),) +# Define default goal to `all` because this file defines soem targets +# before the inclusion of erlang.mk leading the wrong target becoming +# the default. +.DEFAULT_GOAL = all +endif + # For RabbitMQ repositories, we want to checkout branches which match # the parent project. For instance, if the parent project is on a # release tag, dependencies must be on the same release tag. If the |
