Skip to content

Commit 683dd92

Browse files
committed
cd using the physical directory from symlinked build directory
1 parent 609fe7e commit 683dd92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4703,7 +4703,7 @@ AC_CONFIG_FILES(Makefile:template/Makefile.in, [
47034703
echo common_mk_includes "@S|@*" # generate the macro assignment
47044704
shift
47054705
common_mk_includes="`echo \"@S|@*\" | sed 's|\$(srcdir)|.|g'`"
4706-
(cd ${srcdir} && sed -f tool/prereq.status common.mk ${common_mk_includes})
4706+
(PWD= cd ${srcdir} && sed -f tool/prereq.status common.mk ${common_mk_includes})
47074707
AS_IF([test "$YJIT_SUPPORT" = yes], [
47084708
cat ${srcdir}/yjit/not_gmake.mk
47094709
echo ['$(MKFILES): ${srcdir}/yjit/not_gmake.mk']

0 commit comments

Comments
 (0)