diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-09-01 01:46:43 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2012-09-01 21:28:12 +0200 |
commit | 3c070d01e419f123937f5d06d05eac5842ccdebd (patch) | |
tree | 8e4bd6284c05896d599891e12817672bb0b92add | |
parent | 9f842331032e375df28f871b9ba92b0a7f5fc326 (diff) | |
download | coreutils-3c070d01e419f123937f5d06d05eac5842ccdebd.tar.gz coreutils-3c070d01e419f123937f5d06d05eac5842ccdebd.tar.bz2 coreutils-3c070d01e419f123937f5d06d05eac5842ccdebd.zip |
maint: remove unused target 'install-root'
It was unneeded and broken since the removal of 'su' from GNU
coreutils, in commit v8.17-16-g928dd73 of 2012-06-06, "su: remove
program (util-linux is now the best source for it)".
* Makefile.am (install-root): Remove.
(ALL_RECURSIVE_TARGETS): Update.
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index 2d5fdaa8f..8ae8650d9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -70,10 +70,6 @@ $(srcdir)/src/cu-progs.mk: $(gen_progs_lists) && $(SHELL) $(gen_progs_lists) --automake >$@-t \ && chmod a-w $@-t && mv -f $@-t $@ -ALL_RECURSIVE_TARGETS += install-root -install-root: - cd src && $(MAKE) $@ - ACLOCAL_AMFLAGS = -I m4 # Some tests always need root privileges, others need them only sometimes. |