WIN32: Fix building outside the source directory

This commit is contained in:
Cameron Cawley 2019-02-21 22:52:07 +00:00 committed by David Turner
parent 309286cfbb
commit a6f82fc246

1
configure vendored
View File

@ -5651,6 +5651,7 @@ vpath %.mm \$(srcdir)
vpath %.asm \$(srcdir)
vpath %.s \$(srcdir)
vpath %.S \$(srcdir)
vpath %.rc \$(srcdir)
include \$(srcdir)/Makefile
EOF