From eefd9e096adc7360a0dd7c994cb8b5c09468c12e Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 8 Dec 2019 18:06:37 +0000 Subject: [PATCH] docs: Minor fixes to regen.mk.in comment Signed-off-by: Ian Jackson --- regen.mk.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/regen.mk.in b/regen.mk.in index c4002a6..5f24b08 100644 --- a/regen.mk.in +++ b/regen.mk.in @@ -44,10 +44,10 @@ main.mk $(SUBDIRMK_MAKEFILES) $(CONFIG_STATUS_OUTPUTS): .makefiles.stamp # This filtering arranges that we can often run config.status to # generate only particular output files. We look for *inputs* that # have changed. If the only inputs that have changed are ones that we -# know affect only one output (Subdir.mk.in and regen.mk.in), we pass +# know affect only one output (Subdir.sd.mk and *.mk.in), we pass # config.status the corresponding output file names. Otherwise we # pass nothing and config.status does them all. We need to mention -# regen.mk.in twice because if $(top_srcdir) is `.', make elides the +# Subdir.sd.mk twice because if $(top_srcdir) is `.', make elides the # directory part from $?. ./$(CONFIG_STATUS) $(if \ $(filter-out Subdir.sd.mk %/Subdir.sd.mk \ -- 2.30.2