From 93e36205ba7ce9202c004149a258f29e63b4920c Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Tue, 16 Dec 2008 17:01:31 -0800 Subject: [PATCH] Refresh autogen products --- cmd/Makefile.in | 2 +- cmd/zdb/Makefile.in | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/cmd/Makefile.in b/cmd/Makefile.in index 7458e4be8c..9e668cde5e 100644 --- a/cmd/Makefile.in +++ b/cmd/Makefile.in @@ -191,7 +191,7 @@ target_alias = @target_alias@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ -SUBDIRS = zdb zdump zfs zinject zpool ztest zpios +SUBDIRS = zfs zpool zpios # zdb zdump zinject ztest all: all-recursive .SUFFIXES: diff --git a/cmd/zdb/Makefile.in b/cmd/zdb/Makefile.in index d17465875a..3208596fcb 100644 --- a/cmd/zdb/Makefile.in +++ b/cmd/zdb/Makefile.in @@ -203,7 +203,14 @@ target_alias = @target_alias@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ -DEFAULT_INCLUDES = -I${top_srcdir} -I${top_srcdir}/lib/libspl/include +DEFAULT_INCLUDES = -I${top_srcdir} -I${top_srcdir}/lib/libspl/include \ + -I${top_srcdir}/lib/libzpool/include \ + -I${top_srcdir}/lib/libnvpair/include \ + -I${top_srcdir}/lib/libzfs/include \ + -I${top_srcdir}/module/zfs/include \ + -I${top_srcdir}/module/zcommon/include \ + -I${top_srcdir}/module/nvpair/include \ + -I${top_srcdir}/module/avl/include # FIXME: Quiet warnings not covered by the gcc-* patches. We should # FIXME: consider removing this as soon as we reasonably can.