From cd5f23d8a65bb8e1b57e7214ced94866dfdd0460 Mon Sep 17 00:00:00 2001 From: Sebastian Ramacher Date: Thu, 27 Nov 2014 18:01:53 +0100 Subject: [PATCH] Include correct depends dir Signed-off-by: Sebastian Ramacher --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 51d9a1b..1239efc 100644 --- a/Makefile +++ b/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 \