[rabbitmq-discuss] problem with rabbitmq-server/Makefile
alex chen
chen650 at yahoo.com
Wed Jun 9 02:18:46 BST 2010
i checked out the rabbitmq-server from source today, but it failed to generate the .beam files in ebin dir.
it seems to me there is a problem in rabbitmq-server/Makefile:
line 81:
$(EBIN_DIR)/%.beam:
erlc $(ERLC_OPTS) -pa $(EBIN_DIR) $<
after changing it to:
$(EBIN_DIR)/%.beam: $(SOURCE_DIR)/%.erl
Is this a bug? or maybe i am running an older version of make (version 3.81)?
thanks.
-alex
More information about the rabbitmq-discuss
mailing list