From d9ee0e2621d79c121b37e0a359d58834f37fbc78 Mon Sep 17 00:00:00 2001 From: KireinaHoro Date: Thu, 12 Oct 2017 01:42:05 +0800 Subject: [PATCH] Remove useless DEFAULT_INCLUDES in AM_CCASFLAGS CPPASCOMPILE and LTCPPASCOMPILE all include DEFAULT_INCLUDES, hence it's unnecessary to add the includes again. Signed-off-by: Pengcheng Xu --- lib/libspl/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/libspl/Makefile.am b/lib/libspl/Makefile.am index 7efadae8e..395723af3 100644 --- a/lib/libspl/Makefile.am +++ b/lib/libspl/Makefile.am @@ -13,7 +13,6 @@ DEFAULT_INCLUDES += \ -I$(top_srcdir)/lib/libspl/include AM_CCASFLAGS = \ - -I$(top_srcdir)/lib/libspl/include \ $(CFLAGS) noinst_LTLIBRARIES = libspl.la -- 2.40.0