win32/setup.mak: Remove unnecessary quotes and adjust quoting style

This commit is contained in:
Nobuyoshi Nakada 2024-11-18 17:59:37 +09:00
parent 0f75ac8380
commit d768b200ab
No known key found for this signature in database
GPG key ID: 3582D74E1FEE4465

View file

@ -261,4 +261,4 @@ AS = $(AS) -nologo
$(BANG)include $$(srcdir)/win32/Makefile.sub $(BANG)include $$(srcdir)/win32/Makefile.sub
<< <<
@$(COMSPEC) /C $(srcdir:/=\)\win32\rm.bat config.h config.status @$(COMSPEC) /C $(srcdir:/=\)\win32\rm.bat config.h config.status
@echo "type `nmake' to make ruby." @echo type 'nmake' to make ruby.