Skip to content

Instantly share code, notes, and snippets.

@camshaft
Created April 3, 2014 03:39
Show Gist options
  • Save camshaft/9947902 to your computer and use it in GitHub Desktop.
Save camshaft/9947902 to your computer and use it in GitHub Desktop.
circular dependency include fix
-include erlang.mk
ifndef PKG_FILE
task = $(firstword $(MAKECMDGOALS))
$(task):
@curl https://raw.github.com/extend/erlang.mk/master/erlang.mk -o erlang.mk
@make $(MAKECMDGOALS)
.PHONY: $(task)
endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment