diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2021-07-11 22:49:04 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2021-07-11 22:49:04 -0700 |
commit | 487663fcd7c08f7aa4ba71616f1c2e7756da8a7b (patch) | |
tree | a880234b572b9527ea4f3ee36d037cf4177316ca | |
parent | 72f72744c84a4e10a4fa31cde676ef121052e105 (diff) | |
download | txr-487663fcd7c08f7aa4ba71616f1c2e7756da8a7b.tar.gz txr-487663fcd7c08f7aa4ba71616f1c2e7756da8a7b.tar.bz2 txr-487663fcd7c08f7aa4ba71616f1c2e7756da8a7b.zip |
configure: adjust comment in config.make.
* configure (gen_config_make): Maintenance in comment above
top_srcdir. It obviously does not hold an absolute path in the
case when it is blank.
-rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -840,7 +840,8 @@ txr_ver := $txr_ver # is this configuration in maintainer mode maintainer := $maintainer -# absolute path to source code directory +# absolute path to source code directory or blank if +# not building in a separate directory top_srcdir := $top_srcdir # build directory is top_srcdir |