Skip to content

Commit

Permalink
Remove useless DEFAULT_INCLUDES in AM_CCASFLAGS
Browse files Browse the repository at this point in the history
CPPASCOMPILE and LTCPPASCOMPILE all include DEFAULT_INCLUDES,
hence it's unnecessary to add the includes again.

Signed-off-by: Pengcheng Xu <i@jsteward.moe>
  • Loading branch information
KireinaHoro authored and Nasf-Fan committed Nov 6, 2017
1 parent fdd9b4a commit 06bd3f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/libspl/Makefile.am
Expand Up @@ -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
Expand Down

0 comments on commit 06bd3f2

Please sign in to comment.