]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Undo last change. Instead, simply remove `N_('.
authorJim Meyering <jim@meyering.net>
Mon, 27 Aug 2001 08:55:54 +0000 (08:55 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 27 Aug 2001 08:55:54 +0000 (08:55 +0000)
Makefile.maint

index a704a8f4fc6ba5edc52005a2c8e2dc414f7c510b..e9be7389470a997d41003d59136af48cbf4382ae 100644 (file)
@@ -105,7 +105,7 @@ v_etc_file = lib/version-etc.c
 # Make sure that the copyright date in $(v_etc_file) is up to date.
 copyright-check:
        @if test -f $(v_etc_file); then \
-         grep '^#define COPYRIGHT_YEAR "$(shell date +%Y)"' $(v_etc_file) \
+         grep '"Copyright (C) $(shell date +%Y) Free' $(v_etc_file) \
            >/dev/null \
          || { echo 'out of date copyright in $(v_etc_file); update it' 1>&2; \
               exit 1; }; \