GNUmakefile requires slashes between macro and file

This commit is contained in:
nhmall
2025-04-15 21:08:03 -04:00
parent 8c23cfe4e4
commit 799e252c21

View File

@@ -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):