diff options
author | Jim Meyering <meyering@redhat.com> | 2012-09-19 07:52:25 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2012-09-19 07:52:25 +0200 |
commit | 0bb0c2c00ee75bfb96413d9f166e097be6986831 (patch) | |
tree | 4b9afea39e31741be677d6b8854cc38ee2defb54 | |
parent | 87af2e09225c9cf4a639736f0d82f16be6ec6707 (diff) | |
download | coreutils-0bb0c2c00ee75bfb96413d9f166e097be6986831.tar.xz |
maint: fix a comment typo
* cfg.mk: Fix comment typo: s/recursive/non-recursive/ make
-rw-r--r-- | cfg.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |