We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cd
1 parent 609fe7e commit 683dd92Copy full SHA for 683dd92
configure.ac
@@ -4703,7 +4703,7 @@ AC_CONFIG_FILES(Makefile:template/Makefile.in, [
4703
echo common_mk_includes "@S|@*" # generate the macro assignment
4704
shift
4705
common_mk_includes="`echo \"@S|@*\" | sed 's|\$(srcdir)|.|g'`"
4706
- (cd ${srcdir} && sed -f tool/prereq.status common.mk ${common_mk_includes})
+ (PWD= cd ${srcdir} && sed -f tool/prereq.status common.mk ${common_mk_includes})
4707
AS_IF([test "$YJIT_SUPPORT" = yes], [
4708
cat ${srcdir}/yjit/not_gmake.mk
4709
echo ['$(MKFILES): ${srcdir}/yjit/not_gmake.mk']
0 commit comments