diff options
author | KireinaHoro <[email protected]> | 2017-10-12 01:42:05 +0800 |
---|---|---|
committer | KireinaHoro <[email protected]> | 2017-10-12 01:42:05 +0800 |
commit | d9ee0e2621d79c121b37e0a359d58834f37fbc78 (patch) | |
tree | 22464b0c7a1813803649b499aa5b17d56646409e /lib | |
parent | e102b1b51521f8444b5512796dca92e1c0518d1f (diff) |
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 <[email protected]>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libspl/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
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 |