maint.mk: fix a bug introduced in last change
authorJim Meyering <meyering@redhat.com>
Tue, 27 Apr 2010 15:29:03 +0000 (17:29 +0200)
committerJim Meyering <meyering@redhat.com>
Tue, 27 Apr 2010 15:29:03 +0000 (17:29 +0200)
* top/maint.mk (gl_assured_headers_): Now that all names are on
one line, use sed's "g" modifier.  Note that while the \.in\.h LHS
is not anchored to end of word, it should be adequate.

ChangeLog
top/maint.mk

index 4d6e4736894cf5602fb2b3e2c39b07764f5952ba..c1c758d1321603428624743d85dd0341aac71272 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2010-04-27  Jim Meyering  <meyering@redhat.com>
 
+       maint.mk: fix a bug introduced in last change
+       * top/maint.mk (gl_assured_headers_): Now that all names are on
+       one line, use sed's "g" modifier.  Note that while the \.in\.h LHS
+       is not anchored to end of word, it should be adequate.
+
        maint.mk: avoid side-effect in latest syntax-check
        * top/maint.mk (sc_prohibit_always_true_header_tests): Rework not
        to run commands via $(shell...), and hence to incur cost only when
index 8d9a52233028e20b3be5934f7712e15e240850ee..ed41389a44874cd02c341b314b47f3a9c1cc1224 100644 (file)
@@ -650,7 +650,7 @@ sc_useless_cpp_parens:
 # #if HAVE_HEADER_H that you remove, be sure that your project explicitly
 # requires the gnulib module that guarantees the usability of that header.
 gl_assured_headers_ = \
-  cd $(gnulib_dir)/lib && echo *.in.h|sed 's/\.in\.h//'
+  cd $(gnulib_dir)/lib && echo *.in.h|sed 's/\.in\.h//g'
 
 # Convert the list of names to upper case, and replace each space with "|".
 az_ = abcdefghijklmnopqrstuvwxyz