aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2014-12-05 18:42:00 +0100
committerJonas Bernoulli <jonas@bernoul.li>2014-12-05 18:42:00 +0100
commitc3f422b8b868c9f3eb7292cb59bc4fc156c60700 (patch)
tree3f5b94861247750bd1481367db7a0ec24c157841 /Makefile
parent10c34a2279b61a0a2b98364155f3427e9cbf39b4 (diff)
Makefile: bugfix
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)