summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-08-04 10:06:41 +0200
committerJim Meyering <meyering@redhat.com>2009-08-04 12:06:32 +0200
commitc60f151ebdfd47a56991a1fb481b28a2020d27f5 (patch)
treefd98d5024f06c94631e0b8729bc1984b92381767 /Makefile.am
parent48726556cabc8d3670c40d0b7a46d600387d65fc (diff)
downloadcoreutils-c60f151ebdfd47a56991a1fb481b28a2020d27f5.tar.xz
maint: move the update-copyright rule to gnulib's maint.mk
* gnulib: Update submodule to get latest maint.mk. * Makefile.am (update-copyright): Remove rule; now it's in maint.mk. * m4/check-decl.m4: Update sole remaining copyright year list.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 0 insertions, 8 deletions
diff --git a/Makefile.am b/Makefile.am
index a243b7f24..e6a880d51 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -144,11 +144,3 @@ check-ls-dircolors:
|sed -n '/^ *"/p'|tr , '\n'|sed 's/^ *//' \
|sed -n 's/^"\(..\)"/\1/p'|sort -u); \
test "$$dc" = "$$ls"
-
-.PHONY: update-copyright
-update-copyright:
- if test -d .git; then \
- git grep -l -w Copyright \
- | grep -v -E '(^|/)(COPYING|ChangeLog)' \
- | xargs $(srcdir)/build-aux/$@; \
- fi