Fix the case no file under bin directory

NMake cannot handle empty expanded targets.
This commit is contained in:
Nobuyoshi Nakada 2023-06-02 10:34:43 +09:00
parent 729b92ea46
commit 21b61b21c2
No known key found for this signature in database
GPG Key ID: 7CD2805BFA3770C6

View File

@ -579,7 +579,9 @@ ABI_VERSION_HDR = $(hdrdir)/ruby/internal/abi.h
scriptbin: $(SCRIPTPROGRAMS)
!if "$(SCRIPTPROGRAMS)" != ""
$(SCRIPTPROGRAMS): $(STUBPROGRAM)
!endif
update-src::
@cd "$(srcdir:/=\)" && set LC_TIME=C && $(VCSUP)