summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Kottler <shk@linux.com>2014-02-07 12:53:33 (GMT)
committerSam Kottler <shk@linux.com>2014-02-07 12:53:33 (GMT)
commit54bce08d52862b74ce3fbbc6b6bbade08d1300ed (patch)
treef16f55d7f5befa11bf12712e479261724589380e
parenta3871201821d9abe8a12e637e7dd00d9d1dde2a5 (diff)
downloadmonitoring-plugins-54bce08d52862b74ce3fbbc6b6bbade08d1300ed.tar.gz
Remove unnecessary whitespace in Makefile.amrefs/pull/1234/head
-rw-r--r--plugins/Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index 031dd25..9d34a7c 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