summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPaul Moore <paul@paul-moore.com>2016-02-26 14:38:31 -0500
committerPaul Moore <paul@paul-moore.com>2016-02-26 14:38:31 -0500
commitdbb441c7f6ded71d13817d2b3bcce9d3cad11e0d (patch)
treed9e437c3c20a629f5cec20c94ff671aae92cfe72 /tools
parent08a682a9f895b8f622499df5ee69fcabe1e3cbab (diff)
downloadlibseccomp-dbb441c7f6ded71d13817d2b3bcce9d3cad11e0d.tar.gz
build: swap '()' for '{}' in Makefiles for consistency
Signed-off-by: Paul Moore <paul@paul-moore.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index b18dc9b..70b4aed 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -16,7 +16,7 @@
# along with this library; if not, see <http://www.gnu.org/licenses>.
#
-AM_CPPFLAGS = -I$(top_builddir)/include
+AM_CPPFLAGS = -I${top_builddir}/include
noinst_LTLIBRARIES = util.la
util_la_SOURCES = util.c util.h bpf.h