From 0bb0c2c00ee75bfb96413d9f166e097be6986831 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 19 Sep 2012 07:52:25 +0200 Subject: maint: fix a comment typo * cfg.mk: Fix comment typo: s/recursive/non-recursive/ make --- cfg.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cfg.mk') 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) -- cgit v1.2.3-54-g00ecf