1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-02-11 18:02:13 +02:00

maint: fix a comment typo

* cfg.mk: Fix comment typo: s/recursive/non-recursive/ make
This commit is contained in:
Jim Meyering
2012-09-19 07:52:25 +02:00
parent 87af2e0922
commit 0bb0c2c00e

2
cfg.mk
View File

@@ -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)