From: Takuro Ashie Date: Tue, 4 Jun 2019 00:43:31 +0000 (+0900) Subject: Makefile.am: Remove a needless tab X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=b9b7663d1843f5c79631182fa050d5320f8f5d92 Makefile.am: Remove a needless tab --- diff --git a/Makefile.am b/Makefile.am index 85f8da8a..0821283b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -277,7 +277,7 @@ collectd_LDFLAGS += -ldl -Wl,--out-implib,libcollectd.a else collectd_SOURCES += src/daemon/cmd.c endif - + if BUILD_FEATURE_DAEMON collectd_CPPFLAGS += -DPIDFILE='"${localstatedir}/run/${PACKAGE_NAME}.pid"' endif