]> git.proxmox.com Git - mirror_libseccomp.git/commitdiff
build: swap '()' for '{}' in Makefiles for consistency
authorPaul Moore <paul@paul-moore.com>
Fri, 26 Feb 2016 19:38:31 +0000 (14:38 -0500)
committerPaul Moore <paul@paul-moore.com>
Fri, 26 Feb 2016 19:38:31 +0000 (14:38 -0500)
Signed-off-by: Paul Moore <paul@paul-moore.com>
src/Makefile.am
tools/Makefile.am

index 2cd8a1ea754426613227e4d0f75e58f2131355e3..c2d805ee377013cbc0ca52888019770f05b27508 100644 (file)
@@ -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}
index b18dc9b65604df6c83e332dd7e03ba3c2b7b6a82..70b4aed19ba4756f1c9ec9978232fcb70d0b6d06 100644 (file)
@@ -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