summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-08-30 18:19:52 +0200
committerJim Meyering <meyering@redhat.com>2012-08-31 12:22:09 +0200
commita11502a98c999a1d6a75c6e2661b25c1bfd95cf6 (patch)
tree1a422f572e73db20487be1d3f493c76185a8b7e9 /Makefile.am
parent56661fd87ad1bede1bb84cf3d36d410edd327301 (diff)
downloadcoreutils-a11502a98c999a1d6a75c6e2661b25c1bfd95cf6.tar.xz
build: move definition of 'all_programs' in cfg.mk
* Makefile.am: Move definition of target 'all_programs' from here ... * cfg.mk: ... to here, which is the only file where it is used.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index d14bf880e..673c964b3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -170,9 +170,5 @@ check-git-hook-script-sync:
rm -rf $$t; \
test $$fail = 0
-.PHONY: all_programs
-all_programs:
- @cd ./src && $(MAKE) -s $@
-
include $(top_srcdir)/doc/local.mk
include $(top_srcdir)/man/local.mk