summaryrefslogtreecommitdiffstats
path: root/cmd/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/Makefile.in')
-rw-r--r--cmd/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/Makefile.in b/cmd/Makefile.in
index 2313a79c5..7f87fb2ec 100644
--- a/cmd/Makefile.in
+++ b/cmd/Makefile.in
@@ -251,8 +251,8 @@ target_vendor = @target_vendor@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-DEFAULT_INCLUDES = -include ${top_srcdir}/spl_config.h \
- -I${top_srcdir}/lib
+DEFAULT_INCLUDES = -include ${top_builddir}/spl_config.h \
+ -I$(top_srcdir)/lib
AM_LIBTOOLFLAGS = --silent
AM_CFLAGS = -Wall -Wshadow -Wstrict-prototypes -fno-strict-aliasing \
-D__USE_LARGEFILE64 ${DEBUG_CFLAGS}