summaryrefslogtreecommitdiffstats
path: root/plugins/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Makefile.am')
-rw-r--r--plugins/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index 961a321..0258a09 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -138,7 +138,7 @@ $(check_tcp_programs): check_tcp
138 138
139install-exec-hook: 139install-exec-hook:
140 cd $(DESTDIR)$(libexecdir) && \ 140 cd $(DESTDIR)$(libexecdir) && \
141 for i in $(check_tcp_programs) ; do rm $$i; ln -sf check_tcp $$i ; done 141 for i in $(check_tcp_programs) ; do rm -f $$i; ln -sf check_tcp $$i ; done
142 142
143clean-local: 143clean-local:
144 rm -f $(check_tcp_programs) 144 rm -f $(check_tcp_programs)