From c1ecfa306f6a0b168d4f6cbc3224ebebd4deec51 Mon Sep 17 00:00:00 2001
From: James R <justsomejames2@gmail.com>
Date: Tue, 29 Jun 2021 13:58:38 -0700
Subject: [PATCH] Makefile: 'dep' not 'deps'

---
 src/Makefile.d/old.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Makefile.d/old.mk b/src/Makefile.d/old.mk
index e5890eedd1..ec9b6d776c 100644
--- a/src/Makefile.d/old.mk
+++ b/src/Makefile.d/old.mk
@@ -3,7 +3,7 @@
 #
 
 _old:=$(wildcard $(addprefix ../bin/,FreeBSD Linux \
-		Linux64 Mingw Mingw64 SDL dummy) ../objs ../deps)
+		Linux64 Mingw Mingw64 SDL dummy) ../objs ../dep)
 
 ifdef _old
 $(foreach v,$(_old),$(info $(abspath $(v))))
-- 
GitLab