diff options
author | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2002-11-19 19:13:07 +0000 |
---|---|---|
committer | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2002-11-19 19:13:07 +0000 |
commit | 554758a9fe2b172cf57ce0957e5ecb308f0aeeae (patch) | |
tree | d1c46815ef3ee9f335ba73aadc52add902293fba /plugins/Makefile.am | |
parent | aa728ac67667b1d2f2b28aa014018150f1a64f64 (diff) | |
download | monitoring-plugins-554758a9fe2b172cf57ce0957e5ecb308f0aeeae.tar.gz |
another try at portable symlinking
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@215 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/Makefile.am')
-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 961a3218..0258a093 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -138,7 +138,7 @@ $(check_tcp_programs): check_tcp install-exec-hook: cd $(DESTDIR)$(libexecdir) && \ - for i in $(check_tcp_programs) ; do rm $$i; ln -sf check_tcp $$i ; done + for i in $(check_tcp_programs) ; do rm -f $$i; ln -sf check_tcp $$i ; done clean-local: rm -f $(check_tcp_programs) |