Fix .depend directory creation

Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
This commit is contained in:
Sebastian Ramacher 2014-08-18 19:11:07 +02:00
parent 932351add8
commit b48733d59f

View file

@ -104,7 +104,7 @@ css-definitions.c: data/zathura.css_t
%.do: %.c
$(call colorecho,CC,$<)
@mkdir -p .depend
$(QUIET) mkdir -p $(shell dirname .depend/$@.dep)
$(QUIET)${CC} -c ${CPPFLAGS} ${CFLAGS} ${DFLAGS} -o $@ $< -MMD -MF .depend/$@.dep
${OBJECTS} ${DOBJECTS}: config.mk version.h \