summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: af00c7b)
raw | patch | inline | side by side (parent: af00c7b)
author | Karl DeBisschop <kdebisschop@users.sourceforge.net> | |
Tue, 19 Nov 2002 19:07:59 +0000 (19:07 +0000) | ||
committer | Karl DeBisschop <kdebisschop@users.sourceforge.net> | |
Tue, 19 Nov 2002 19:07:59 +0000 (19:07 +0000) |
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@214 f882894a-f735-0410-b71e-b25c423dba1c
plugins/Makefile.am | patch | blob | history |
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index 633efa5be94fb72f213b58b196d32a9cc422fbca..961a321830c370f21ce090f805831bd9c4328528 100644 (file)
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
ln -sf check_tcp $@
install-exec-hook:
- cd $(DESTDIR)$(libexecdir)
- for i in $(check_tcp_programs) ; do ln -sf check_tcp $$i ; done
+ cd $(DESTDIR)$(libexecdir) && \
+ for i in $(check_tcp_programs) ; do rm $$i; ln -sf check_tcp $$i ; done
clean-local:
rm -f $(check_tcp_programs)