Permalink
Browse files

Merge pull request #5198 from longjon/config-backslash

Remove trailing backslash on comment in Makefile.config.example
  • Loading branch information...
2 parents bc0d680 + 9b9f6d0 commit 5f84ad78360bc792673175a456997f734f9cfeaa @shelhamer shelhamer committed on GitHub Jan 20, 2017
Showing with 1 addition and 1 deletion.
  1. +1 −1 Makefile.config.example
View
@@ -68,7 +68,7 @@ PYTHON_INCLUDE := /usr/include/python2.7 \
# ANACONDA_HOME := $(HOME)/anaconda
# PYTHON_INCLUDE := $(ANACONDA_HOME)/include \
# $(ANACONDA_HOME)/include/python2.7 \
- # $(ANACONDA_HOME)/lib/python2.7/site-packages/numpy/core/include \
+ # $(ANACONDA_HOME)/lib/python2.7/site-packages/numpy/core/include
# Uncomment to use Python 3 (default is Python 2)
# PYTHON_LIBRARIES := boost_python3 python3.5m

0 comments on commit 5f84ad7

Please sign in to comment.