mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-02-05 16:54:57 +01:00
Include correct depends dir
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
This commit is contained in:
parent
1c695a51e1
commit
cd5f23d8a6
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -298,7 +298,7 @@ uninstall: uninstall-headers
|
|||
$(QUIET)rm -f $(DESTDIR)$(APPDATAPREFIX)/$(PROJECT).appdata.xml
|
||||
$(MAKE) -C po uninstall
|
||||
|
||||
-include $(wildcard .depend/*.dep)
|
||||
-include $(wildcard ${DEPENDDIR}/*.dep)
|
||||
|
||||
.PHONY: all options clean doc debug valgrind gdb dist doc install uninstall \
|
||||
test po install-headers uninstall-headers update-po install-manpages \
|
||||
|
|
Loading…
Reference in a new issue