summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2010-01-07 22:15:14 -0700
committerEric Blake <ebb9@byu.net>2010-01-08 12:00:51 -0700
commitd0f18197fcd9803bc73c3c2bb37c70ef5c3f45dc (patch)
tree4d39547b7a990962bd5e85873101624c6a94f122 /cfg.mk
parent21f4da0fb92f271241e39fbb7401b753f95fea18 (diff)
downloadcoreutils-d0f18197fcd9803bc73c3c2bb37c70ef5c3f45dc.tar.xz
maint: move coreutils specific rule into cfg.mk
* gnulib: Update, for maint.mk improvement. * cfg.mk (_makefile_at_at_check_excpetions): New rule, needed for latest change to maint.mk.
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/cfg.mk b/cfg.mk
index d46593344..02bfffb36 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -28,6 +28,9 @@ export VERBOSE = yes
old_NEWS_hash = beab130e9d41bf8014a0594cfe8b28d4
+# Add an exemption for sc_makefile_at_at_check.
+_makefile_at_at_check_exceptions = ' && !/^cu_install_program =/'
+
# Ensure that the list of O_ symbols used to compute O_FULLBLOCK is complete.
dd = $(srcdir)/src/dd.c
sc_dd_O_FLAGS: