diff options
-rw-r--r-- | plugins/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 4c33ee1..5200878 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am | |||
@@ -144,7 +144,7 @@ $(check_tcp_programs): check_tcp | |||
144 | install-exec-hook: | 144 | install-exec-hook: |
145 | cd $(DESTDIR)$(libexecdir) && \ | 145 | cd $(DESTDIR)$(libexecdir) && \ |
146 | for i in $(check_tcp_programs) ; do rm -f $$i; ln -s check_tcp $$i ; done ;\ | 146 | for i in $(check_tcp_programs) ; do rm -f $$i; ln -s check_tcp $$i ; done ;\ |
147 | if [ -x check_ldaps ] ; then rm -f check_ldaps ; ln -s check_ldap check_ldaps ; fi | 147 | if [ -x check_ldap ] ; then rm -f check_ldaps ; ln -s check_ldap check_ldaps ; fi |
148 | 148 | ||
149 | clean-local: | 149 | clean-local: |
150 | rm -f $(check_tcp_programs) | 150 | rm -f $(check_tcp_programs) |