From: Daniel Stenberg Date: Mon, 8 Apr 2024 21:22:36 +0000 (+0200) Subject: src/Makefile.am: access curl.txt using a relative path, not abs X-Git-Tag: curl-8_8_0~269 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b4e8183f521b3ee4bd0a9d59d85685ec6955e955;p=thirdparty%2Fcurl.git src/Makefile.am: access curl.txt using a relative path, not abs ... to make it work when mounted using different mount points. Like when generated/used inside and outside of a docker image. Closes #13320 --- diff --git a/src/Makefile.am b/src/Makefile.am index fcc9cfdf94..3bf57d36ce 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -96,7 +96,7 @@ EXTRA_DIST = mkhelp.pl \ Makefile.mk curl.rc Makefile.inc CMakeLists.txt .checksrc # Use absolute directory to disable VPATH -ASCIIPAGE=$(abs_top_builddir)/docs/cmdline-opts/curl.txt +ASCIIPAGE=$(top_builddir)/docs/cmdline-opts/curl.txt MKHELP=$(top_srcdir)/src/mkhelp.pl HUGE=tool_hugehelp.c