[Scummvm-git-logs] scummvm master -> c6d14b55594a4a9e1208f5cd3cc70d9cd229e29f

antoniou79 noreply at scummvm.org
Sun Nov 30 13:50:11 UTC 2025


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .

Summary:
c6d14b5559 MAKEFILE: Remove trailing '=' from define in win32.mk


Commit: c6d14b55594a4a9e1208f5cd3cc70d9cd229e29f
    https://github.com/scummvm/scummvm/commit/c6d14b55594a4a9e1208f5cd3cc70d9cd229e29f
Author: antoniou79 (a.antoniou79 at gmail.com)
Date: 2025-11-30T15:50:00+02:00

Commit Message:
MAKEFILE: Remove trailing '=' from define in win32.mk

This preserves compatibility with versions of "make" older than 3.82

The '=' is optional and can be ommitted in newer "make" versions, so this change should be safe.

Changed paths:
    backends/platform/sdl/win32/win32.mk


diff --git a/backends/platform/sdl/win32/win32.mk b/backends/platform/sdl/win32/win32.mk
index 938836411d7..71b91085a21 100644
--- a/backends/platform/sdl/win32/win32.mk
+++ b/backends/platform/sdl/win32/win32.mk
@@ -10,7 +10,7 @@ clean: clean-win32-resource-embed
 
 .PHONY: clean-win32-resource-embed
 
-define win32-resource-embed-macro=
+define win32-resource-embed-macro
 $(1): configure.stamp $(foreach filename,$($(2)), $(srcdir)/$(filename)) $($(2)_SOURCE)
 	$(QUIET)echo '    GENERATE' $$@
 	$(QUIET)mkdir -p $$(dir $$@)




More information about the Scummvm-git-logs mailing list