summaryrefslogtreecommitdiff
path: root/lib/am/ltlib.am
diff options
context:
space:
mode:
authorAlexandre Duret-Lutz <adl@gnu.org>2005-09-13 20:12:41 +0000
committerAlexandre Duret-Lutz <adl@gnu.org>2005-09-13 20:12:41 +0000
commitc1f866fbd3ffb75da2ae96ab61e021a9c656fc25 (patch)
tree70e0795e4ec172518b12eb775c9070edeaaba5fc /lib/am/ltlib.am
parent255cc3043738a4387bee225e84b8a308a7987043 (diff)
downloadautomake-c1f866fbd3ffb75da2ae96ab61e021a9c656fc25.tar.gz
* lib/am/ltlib.am (uninstall-%DIR%LTLIBRARIES): Do not put
shell in verbose mode.
Diffstat (limited to 'lib/am/ltlib.am')
-rw-r--r--lib/am/ltlib.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/am/ltlib.am b/lib/am/ltlib.am
index 9ec33d1ca..4be1e6d66 100644
--- a/lib/am/ltlib.am
+++ b/lib/am/ltlib.am
@@ -1,5 +1,5 @@
## automake - create Makefile.in from Makefile.am
-## Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2003, 2004
+## Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2003, 2004, 2005
## Free Software Foundation, Inc.
## This program is free software; you can redistribute it and/or modify
@@ -64,7 +64,7 @@ if %?INSTALL%
.PHONY uninstall-am: uninstall-%DIR%LTLIBRARIES
uninstall-%DIR%LTLIBRARIES:
@$(NORMAL_UNINSTALL)
- @set -x; list='$(%DIR%_LTLIBRARIES)'; for p in $$list; do \
+ @list='$(%DIR%_LTLIBRARIES)'; for p in $$list; do \
?BASE? p=$(am__strip_dir) \
?LIBTOOL? echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(%NDIR%dir)/$$p'"; \
?LIBTOOL? $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(%NDIR%dir)/$$p"; \