summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Guyot-Sionnest <dermoth@aei.ca>2014-02-07 14:18:06 (GMT)
committerThomas Guyot-Sionnest <dermoth@aei.ca>2014-02-07 14:18:06 (GMT)
commitd2744118dc2701e3bca5f839040664b205001ed8 (patch)
tree48f03a2fd00f3717bd326533d555563730db8b11
parentf3078c33f6fd90faba50ebad35acad2df037b450 (diff)
parent54bce08d52862b74ce3fbbc6b6bbade08d1300ed (diff)
downloadmonitoring-plugins-d274411.tar.gz
Merge pull request #1234 from skottler/plugin_makefile_whitespace
Remove unnecessary whitespace in Makefile.am
-rw-r--r--plugins/Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index d2ac4be..368876e 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -11,7 +11,7 @@ endif
11 11
12AM_CFLAGS = -DNP_VERSION='"$(NP_VERSION)"' 12AM_CFLAGS = -DNP_VERSION='"$(NP_VERSION)"'
13 13
14VPATH = $(top_srcdir) $(top_srcdir)/lib $(top_srcdir)/plugins $(top_srcdir)/plugins/t 14VPATH = $(top_srcdir) $(top_srcdir)/lib $(top_srcdir)/plugins $(top_srcdir)/plugins/t
15 15
16INCLUDES = -I.. -I$(top_srcdir)/lib -I$(top_srcdir)/gl -I$(top_srcdir)/intl @LDAPINCLUDE@ @PGINCLUDE@ @SSLINCLUDE@ 16INCLUDES = -I.. -I$(top_srcdir)/lib -I$(top_srcdir)/gl -I$(top_srcdir)/intl @LDAPINCLUDE@ @PGINCLUDE@ @SSLINCLUDE@
17 17
@@ -129,11 +129,10 @@ install-exec-hook:
129 cd $(DESTDIR)$(libexecdir) && \ 129 cd $(DESTDIR)$(libexecdir) && \
130 for i in $(check_tcp_programs) ; do rm -f $$i; ln -s check_tcp $$i ; done ;\ 130 for i in $(check_tcp_programs) ; do rm -f $$i; ln -s check_tcp $$i ; done ;\
131 if [ -x check_ldap ] ; then rm -f check_ldaps ; ln -s check_ldap check_ldaps ; fi 131 if [ -x check_ldap ] ; then rm -f check_ldaps ; ln -s check_ldap check_ldaps ; fi
132 132
133clean-local: 133clean-local:
134 rm -f $(check_tcp_programs) 134 rm -f $(check_tcp_programs)
135 rm -f NP-VERSION-FILE 135 rm -f NP-VERSION-FILE
136 136
137uninstall-local: 137uninstall-local:
138 cd $(DESTDIR)$(libexecdir) && rm -f $(check_tcp_programs) 138 cd $(DESTDIR)$(libexecdir) && rm -f $(check_tcp_programs)
139