summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
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 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.