diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2023-09-25 11:25:19 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2023-09-25 11:25:19 -0400 |
commit | 3aff1d3fd0fb7f00da3c9994114e596c6744ea41 (patch) | |
tree | 3d8369f9262fdb91fcda0763affbbe61a117a821 /src | |
parent | aa9de547b7674df98ffaeef0fb9d56a87d8344f5 (diff) | |
download | postgresql-3aff1d3fd0fb7f00da3c9994114e596c6744ea41.tar.gz postgresql-3aff1d3fd0fb7f00da3c9994114e596c6744ea41.zip |
Doc: improve cross-reference in Makefile comment.
Per gripe from Japin Li.
Discussion: https://postgr.es/m/MEYP282MB16692171F13B5DF40DB768EEB6FCA@MEYP282MB1669.AUSP282.PROD.OUTLOOK.COM
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/utils/mb/Unicode/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/utils/mb/Unicode/Makefile b/src/backend/utils/mb/Unicode/Makefile index 728ccb99c24..ea930a7b95a 100644 --- a/src/backend/utils/mb/Unicode/Makefile +++ b/src/backend/utils/mb/Unicode/Makefile @@ -25,8 +25,8 @@ include $(top_builddir)/src/Makefile.global # define the build and clean rules below. # # Note that while each script call produces two output files, to be -# parallel-make safe we need to split this into two rules. (See for -# example gram.y for more explanation.) +# parallel-make safe we need to split this into two rules. (See notes +# in src/backend/parser/Makefile about rules with multiple outputs.) # define map_rule MAPS += $(1)_to_utf8.map utf8_to_$(1).map |