diff --git a/get-kernel/Makefile.am b/get-kernel/Makefile.am index 75379e21f..ef61c30e3 100644 --- a/get-kernel/Makefile.am +++ b/get-kernel/Makefile.am @@ -47,8 +47,7 @@ virt_get_kernel_CPPFLAGS = \ -I$(shell $(OCAMLC) -where) \ -I$(top_srcdir)/gnulib/lib \ -I$(top_srcdir)/common/utils \ - -I$(top_srcdir)/lib \ - -I$(top_srcdir)/fish + -I$(top_srcdir)/lib virt_get_kernel_CFLAGS = \ -pthread \ $(WARN_CFLAGS) $(WERROR_CFLAGS) \ diff --git a/resize/Makefile.am b/resize/Makefile.am index 56bdf39c9..8898ab7a7 100644 --- a/resize/Makefile.am +++ b/resize/Makefile.am @@ -43,8 +43,7 @@ virt_resize_CPPFLAGS = \ -I$(top_srcdir)/gnulib/lib -I$(top_builddir)/gnulib/lib \ -I$(shell $(OCAMLC) -where) \ -I$(top_srcdir)/common/utils \ - -I$(top_srcdir)/lib \ - -I$(top_srcdir)/fish + -I$(top_srcdir)/lib virt_resize_CFLAGS = \ $(WARN_CFLAGS) $(WERROR_CFLAGS) \ $(LIBXML2_CFLAGS) diff --git a/sparsify/Makefile.am b/sparsify/Makefile.am index e164bbfa2..a7cce7e38 100644 --- a/sparsify/Makefile.am +++ b/sparsify/Makefile.am @@ -52,8 +52,7 @@ virt_sparsify_CPPFLAGS = \ -I$(top_builddir) \ -I$(shell $(OCAMLC) -where) \ -I$(top_srcdir)/common/utils \ - -I$(top_srcdir)/lib \ - -I$(top_srcdir)/fish + -I$(top_srcdir)/lib virt_sparsify_CFLAGS = \ $(WARN_CFLAGS) $(WERROR_CFLAGS) diff --git a/sysprep/Makefile.am b/sysprep/Makefile.am index e6269c3f7..e8afb45f9 100644 --- a/sysprep/Makefile.am +++ b/sysprep/Makefile.am @@ -95,8 +95,7 @@ virt_sysprep_CPPFLAGS = \ -I$(top_srcdir)/gnulib/lib -I$(top_builddir)/gnulib/lib \ -I$(shell $(OCAMLC) -where) \ -I$(top_srcdir)/common/utils \ - -I$(top_srcdir)/lib \ - -I$(top_srcdir)/fish + -I$(top_srcdir)/lib virt_sysprep_CFLAGS = \ $(WARN_CFLAGS) $(WERROR_CFLAGS) \ $(LIBXML2_CFLAGS)