Skip to content

Commit d45ad2e

Browse files
author
H. Peter Anvin
committed
openwcom.mak: use %null instead of @Rem for $(SIDE)
%null appears to be the recommended way to do $(SIDE) on WMAKE. Suggested-by: KO Mying-Hun <komh78@gmail.com> Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
1 parent a563e84 commit d45ad2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Mkfiles/openwcom.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ RUNPERL = $(PERL) $(PERLFLAGS)
3434
RM_F = -del /f
3535
LN_S = copy
3636
EMPTY = copy nul:
37-
SIDE = @rem Created by side effect
37+
SIDE = %null Created by side effect
3838

3939
MAKENSIS = makensis
4040

0 commit comments

Comments
 (0)