summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-05-11 17:17:42 +0200
committerJim Meyering <meyering@redhat.com>2011-05-11 17:20:33 +0200
commit9418e01abeb92f066d429ba33e7dfb7edf0f8522 (patch)
tree0801bdbbedfcb2f4e155f93198d84efc9169507e /cfg.mk
parent2141543a3703cdb29cda41b1562f53f79215959c (diff)
downloadcoreutils-9418e01abeb92f066d429ba33e7dfb7edf0f8522.tar.xz
maint: remove syntax-checking sc_tight_scope rule
* src/Makefile.am (sc_tight_scope): Remove rule. Now it's provided via gnulib's maint.mk. * cfg.mk (sc_tight_scope): Likewise.
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/cfg.mk b/cfg.mk
index ae41ce3fa..9869ebab8 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -128,10 +128,6 @@ sc_sun_os_names:
{ echo '$(ME): found misuse of Sun OS version numbers' 1>&2; \
exit 1; } || :
-ALL_RECURSIVE_TARGETS += sc_tight_scope
-sc_tight_scope:
- @$(MAKE) -s -C src $@
-
ALL_RECURSIVE_TARGETS += sc_check-AUTHORS
sc_check-AUTHORS:
@$(MAKE) -s -C src $@