From e9424445f6fdb2b313ac6cc2f2b86b0e911ee2f3 Mon Sep 17 00:00:00 2001 From: nhmall Date: Mon, 27 Dec 2021 21:43:46 -0500 Subject: [PATCH] possible build fix catch-up for Windows Makefile.gcc Verification once CI attempts a build as no local testing capability --- sys/windows/Makefile.gcc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/windows/Makefile.gcc b/sys/windows/Makefile.gcc index 2204c1d90..a311b1c1c 100644 --- a/sys/windows/Makefile.gcc +++ b/sys/windows/Makefile.gcc @@ -324,7 +324,7 @@ HACKCSRC = allmain.c alloc.c apply.c artifact.c attrib.c ball.c bones.c \ # MAKEDEFSOBJS = $(O)makedefs.o $(O)monst.o $(O)objects.o \ - $(O)date.o + $(O)date.o $(O)alloc.o RECOVOBJS = $(O)recover.o