mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-02-11 12:04:56 +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
|
$(QUIET)rm -f $(DESTDIR)$(APPDATAPREFIX)/$(PROJECT).appdata.xml
|
||||||
$(MAKE) -C po uninstall
|
$(MAKE) -C po uninstall
|
||||||
|
|
||||||
-include $(wildcard .depend/*.dep)
|
-include $(wildcard ${DEPENDDIR}/*.dep)
|
||||||
|
|
||||||
.PHONY: all options clean doc debug valgrind gdb dist doc install uninstall \
|
.PHONY: all options clean doc debug valgrind gdb dist doc install uninstall \
|
||||||
test po install-headers uninstall-headers update-po install-manpages \
|
test po install-headers uninstall-headers update-po install-manpages \
|
||||||
|
|
Loading…
Reference in a new issue