]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(xalloc-check): Rename from header-check.
authorJim Meyering <jim@meyering.net>
Fri, 11 Apr 2003 11:45:23 +0000 (11:45 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 11 Apr 2003 11:45:23 +0000 (11:45 +0000)
Makefile.maint

index 0816abadcf953acbcb41a9df2c64acb0e5415c41..1501333a49791e8b86ded6ed30fa12513504277c 100644 (file)
@@ -50,14 +50,14 @@ release_archive_dir ?= ../release
 # new ChangeLog entries.
 local-check = \
   po-check copyright-check writable-files m4-check author_mark_check \
-  changelog-check strftime-check header-check makefile_path_separator_check \
+  changelog-check strftime-check xalloc-check makefile_path_separator_check \
   makefile-check
 .PHONY: $(local-check)
 
 # Make sure C source files in src/ don't include xalloc.h directly,
 # since they all already include it via sys2.h.
 # It's not a big deal -- just aesthetics.
-header-check:
+xalloc-check:
        if test -f $(srcdir)/src/sys2.h; then                           \
          if grep 'xalloc\.h' $(srcdir)/src/*.c; then                   \
            exit 1;                                                     \