From: Jim Meyering Date: Wed, 19 Sep 2012 05:52:25 +0000 (+0200) Subject: maint: fix a comment typo X-Git-Tag: v8.20~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0bb0c2c00ee75bfb96413d9f166e097be6986831;p=thirdparty%2Fcoreutils.git maint: fix a comment typo * cfg.mk: Fix comment typo: s/recursive/non-recursive/ make --- diff --git a/cfg.mk b/cfg.mk index d3a761e44e..079ab5bfda 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)