Skip to content

Commit

Permalink
Introduce BUILDDIR in deps/Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ViralBShah committed Jan 25, 2016
1 parent a5c6a1a commit dfba26b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deps/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## high-level setup ##
JULIAHOME = $(abspath ..)
BUILDDIR = $(JULIAHOME)/deps
include Versions.make
include $(JULIAHOME)/Make.inc

Expand Down

1 comment on commit dfba26b

@tkelman
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This shouldn't be added, any code that uses it is likely relying on master-only out-of-tree build rules.

Please sign in to comment.