From c3f422b8b868c9f3eb7292cb59bc4fc156c60700 Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Fri, 5 Dec 2014 18:42:00 +0100 Subject: Makefile: bugfix --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6b786ff..c67b758 100644 --- a/Makefile +++ b/Makefile @@ -56,7 +56,7 @@ DASH_DIR ?= $(shell \ find $(ELPA_DIR) -maxdepth 1 -regex '.*/dash-[.0-9]*' 2> /dev/null | \ sort | tail -n 1) ifeq "$(DASH_DIR)" "" - DASH_DIR = ../cl-lib + DASH_DIR = ../dash endif LOAD_PATH ?= -L . -L $(CL_LIB_DIR) -L $(DASH_DIR) -- cgit v1.0