Skip to content

Commit

Permalink
set default DISTRIBUTE_DIR -- fix BVLC#2328
Browse files Browse the repository at this point in the history
  • Loading branch information
shelhamer committed Apr 17, 2015
1 parent f8dc62c commit c6414ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ WARNINGS := -Wall -Wno-sign-compare
# Set build directories
##############################

DISTRIBUTE_DIR ?= distribute
DISTRIBUTE_SUBDIRS := $(DISTRIBUTE_DIR)/bin $(DISTRIBUTE_DIR)/lib
DIST_ALIASES := dist
ifneq ($(strip $(DISTRIBUTE_DIR)),distribute)
Expand Down

0 comments on commit c6414ea

Please sign in to comment.