FIX: fixed missing /
This commit is contained in:
parent
e411972b53
commit
a470e662ac
2
Makefile
2
Makefile
@ -9,7 +9,7 @@
|
|||||||
#
|
#
|
||||||
DEPDIR := .d
|
DEPDIR := .d
|
||||||
$(shell mkdir -p $(DEPDIR) >/dev/null)
|
$(shell mkdir -p $(DEPDIR) >/dev/null)
|
||||||
GITDIR = $(shell git rev-parse --show-toplevel)
|
GITDIR = $(shell git rev-parse --show-toplevel)/
|
||||||
export $TEXINPUTS
|
export $TEXINPUTS
|
||||||
|
|
||||||
DEPFLAGS = -M -MP -MF $(DEPDIR)/$*.d
|
DEPFLAGS = -M -MP -MF $(DEPDIR)/$*.d
|
||||||
|
Loading…
Reference in New Issue
Block a user