aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2017-01-07 20:04:32 -0500
committerGravatar Jason Gross <jgross@mit.edu>2017-01-07 20:04:32 -0500
commit6e6edce5c42bba8a6e42f3ebf304ec853deb3cc8 (patch)
treeef3223ad69f3ffe92b841ca88c6aba3410dea863 /Makefile
parent06e521e61835022bb8fc2368fc190cb31a077687 (diff)
Better version of path separator usage
Thanks, @cpitclaudel !
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 20ae25d12..58b0614cb 100644
--- a/Makefile
+++ b/Makefile
@@ -10,8 +10,6 @@ VERBOSE?=
SHOW := $(if $(VERBOSE),@true "",@echo "")
HIDE := $(if $(VERBOSE),,@)
-PATHSEP?=:
-
.PHONY: coq clean update-_CoqProject cleanall install \
install-coqprime clean-coqprime coqprime \
specific non-specific \
@@ -132,4 +130,4 @@ printenv::
@echo "COQPATH = $$COQPATH"
.dir-locals.el::
- sed 's:@COQPRIME@:$(COQPRIME_FOLDER):g' .dir-locals.el.in | sed s'/@PATHSEP@/$(PATHSEP)/g' > $@
+ sed 's:@COQPRIME@:$(COQPRIME_FOLDER):g' .dir-locals.el.in > $@