File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,6 @@ include default.mk
33
44.PHONY : test
55
6- # https://github.com/emacscollective/workflows/blob/main/bin/install-deps
7- # expects this to find this in this file.
8- DEPS = compat
9-
106all : lisp
117
128help :
Original file line number Diff line number Diff line change 1- TOP := $(dir $(lastword $(MAKEFILE_LIST ) ) )
1+ # LOAD_PATH has to work from "./" and "./test/".
2+ TOP := $(dir $(realpath $(lastword $(MAKEFILE_LIST ) ) ) )
23
34PKG = package-build
45
@@ -10,7 +11,7 @@ ELCS = $(ELS:.el=.elc)
1011
1112DEPS = compat
1213
13- LOAD_PATH ?= $(addprefix -L ../ ../,$(DEPS ) )
14+ LOAD_PATH ?= $(addprefix -L $( TOP ) ../,$(DEPS ) )
1415LOAD_PATH += -L .
1516
1617VERSION ?= $(shell test -e $(TOP ) .git && git describe --tags --abbrev=0 | cut -c2-)
You can’t perform that action at this time.
0 commit comments