summaryrefslogtreecommitdiffstats
path: root/plugins/Makefile.am
diff options
context:
space:
mode:
authorKarl DeBisschop <kdebisschop@users.sourceforge.net>2002-11-19 19:13:07 (GMT)
committerKarl DeBisschop <kdebisschop@users.sourceforge.net>2002-11-19 19:13:07 (GMT)
commit554758a9fe2b172cf57ce0957e5ecb308f0aeeae (patch)
treed1c46815ef3ee9f335ba73aadc52add902293fba /plugins/Makefile.am
parentaa728ac67667b1d2f2b28aa014018150f1a64f64 (diff)
downloadmonitoring-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.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)