FIX: fixed missing /

This commit is contained in:
Dominik Meyer 2019-07-31 10:40:16 +02:00
parent e411972b53
commit a470e662ac
No known key found for this signature in database
GPG Key ID: B4C312B600606B64
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
#
DEPDIR := .d
$(shell mkdir -p $(DEPDIR) >/dev/null)
GITDIR = $(shell git rev-parse --show-toplevel)
GITDIR = $(shell git rev-parse --show-toplevel)/
export $TEXINPUTS
DEPFLAGS = -M -MP -MF $(DEPDIR)/$*.d