Skip to content

Commit 39757c5

Browse files
committed
openwcom.mak: use internal commands if possible
Signed-off-by: KO Myung-Hun <[email protected]>
1 parent b5b2e0a commit 39757c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Mkfiles/openwcom.mak

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ RUNPERL = $(PERL) $(PERLFLAGS)
3333
.BEFORE
3434
set COPYCMD=/y
3535

36-
RM_F = -del /f
36+
RM_F = -rm -f
3737
LN_S = copy
38-
EMPTY = copy nul:
38+
EMPTY = %create
3939
SIDE = %null Created by side effect
4040

4141
MAKENSIS = makensis

0 commit comments

Comments
 (0)