mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-29 11:26:01 +01:00
Fix .depend directory creation
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
This commit is contained in:
parent
932351add8
commit
b48733d59f
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -104,7 +104,7 @@ css-definitions.c: data/zathura.css_t
|
||||||
|
|
||||||
%.do: %.c
|
%.do: %.c
|
||||||
$(call colorecho,CC,$<)
|
$(call colorecho,CC,$<)
|
||||||
@mkdir -p .depend
|
$(QUIET) mkdir -p $(shell dirname .depend/$@.dep)
|
||||||
$(QUIET)${CC} -c ${CPPFLAGS} ${CFLAGS} ${DFLAGS} -o $@ $< -MMD -MF .depend/$@.dep
|
$(QUIET)${CC} -c ${CPPFLAGS} ${CFLAGS} ${DFLAGS} -o $@ $< -MMD -MF .depend/$@.dep
|
||||||
|
|
||||||
${OBJECTS} ${DOBJECTS}: config.mk version.h \
|
${OBJECTS} ${DOBJECTS}: config.mk version.h \
|
||||||
|
|
Loading…
Reference in a new issue