summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBert Münnich <ber.t@posteo.de>2017-10-16 15:07:03 +0200
committerBert Münnich <ber.t@posteo.de>2017-10-16 15:07:03 +0200
commit4af189e7d9851f56a5d42a1d42658e8e47320f90 (patch)
treec8eaf1328f44760a4e1e9c533c47f684403825a8
parenta5403178e337abeed4168be0cb038a42ab31124c (diff)
downloadnsxiv-4af189e7d9851f56a5d42a1d42658e8e47320f90.tar.zst
Fix dep file include in Makefile
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e4a1761..4078796 100644
--- a/Makefile
+++ b/Makefile
@@ -91,5 +91,5 @@ uninstall:
@echo "REMOVE share/sxiv/"
rm -rf $(DESTDIR)$(PREFIX)/share/sxiv
--include $(DEP)
+-include $(DEPS)