summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2012-09-19 07:52:25 +0200
committerJim Meyering <meyering@redhat.com>2012-09-19 07:52:25 +0200
commit0bb0c2c00ee75bfb96413d9f166e097be6986831 (patch)
tree4b9afea39e31741be677d6b8854cc38ee2defb54 /cfg.mk
parent87af2e09225c9cf4a639736f0d82f16be6ec6707 (diff)
downloadcoreutils-0bb0c2c00ee75bfb96413d9f166e097be6986831.tar.xz
maint: fix a comment typo
* cfg.mk: Fix comment typo: s/recursive/non-recursive/ make
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/cfg.mk b/cfg.mk
index d3a761e44..079ab5bfd 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -568,7 +568,7 @@ lib_CFLAGS = $(GNULIB_WARN_CFLAGS)
gnulib-tests_CFLAGS = $(GNULIB_TEST_WARN_CFLAGS)
# Configuration to make the tight-scope syntax-check rule work with
-# recursive make.
+# non-recursive make.
export _gl_TS_headers = $(srcdir)/cfg.mk
_gl_TS_dir = .
_gl_TS_obj_files = src/*.$(OBJEXT)