From 799e252c214e0e3fbb7d64ea5e5c7f54db5439ec Mon Sep 17 00:00:00 2001 From: nhmall Date: Tue, 15 Apr 2025 21:08:03 -0400 Subject: [PATCH] GNUmakefile requires slashes between macro and file --- sys/windows/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/windows/GNUmakefile b/sys/windows/GNUmakefile index b7860caff..e16bdb31e 100644 --- a/sys/windows/GNUmakefile +++ b/sys/windows/GNUmakefile @@ -536,7 +536,7 @@ $(GAMEDIR)/recover.exe: $(ROBJS) $(HLHACKLIB) | $(GAMEDIR) $(OR)/recover.o: $(U)recover.c | $(OR) $(cc) $(CFLAGSU) $< -o$@ -$(OR)/rversion.o: $(SRC)version.c | $(OR) +$(OR)/rversion.o: $(SRC)/version.c | $(OR) $(cc) $(CFLAGSU) -DMINIMAL_FOR_RECOVER $< -o$@ # $(OR):