From dbb441c7f6ded71d13817d2b3bcce9d3cad11e0d Mon Sep 17 00:00:00 2001 From: Paul Moore Date: Fri, 26 Feb 2016 14:38:31 -0500 Subject: build: swap '()' for '{}' in Makefiles for consistency Signed-off-by: Paul Moore --- src/Makefile.am | 2 +- tools/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 2cd8a1e..c2d805e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -53,7 +53,7 @@ arch_syscall_dump_SOURCES = arch-syscall-dump.c ${SOURCES_ALL} arch_syscall_check_SOURCES = arch-syscall-check.c ${SOURCES_ALL} libseccomp_la_SOURCES = ${SOURCES_ALL} -libseccomp_la_CPPFLAGS = ${AM_CPPFLAGS} -I$(top_builddir)/include +libseccomp_la_CPPFLAGS = ${AM_CPPFLAGS} -I${top_builddir}/include libseccomp_la_CFLAGS = ${AM_CFLAGS} ${CFLAGS} -fPIC -DPIC -fvisibility=hidden libseccomp_la_LDFLAGS = ${AM_LDFLAGS} ${LDFLAGS} \ -version-number ${VERSION_MAJOR}:${VERSION_MINOR}:${VERSION_MICRO} 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 . # -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 -- cgit v1.2.1