Skip to content

Commit 214ba40

Browse files
committed
win32: Also ruby/confg.h depends on the ABI version header
1 parent 4491c67 commit 214ba40

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

win32/Makefile.sub

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,8 @@ config.status: nul
649649

650650
guard = INCLUDE_RUBY_CONFIG_H
651651

652-
$(CONFIG_H): $(MKFILES) $(srcdir)/win32/Makefile.sub $(win_srcdir)/Makefile.sub
652+
$(CONFIG_H): $(MKFILES) $(srcdir)/win32/Makefile.sub $(win_srcdir)/Makefile.sub \
653+
$(ABI_VERSION_HDR)
653654
@echo Creating config.h
654655
!if !exist("$(arch_hdrdir)")
655656
@md $(arch_hdrdir:/=\)

0 commit comments

Comments
 (0)