]> git.proxmox.com Git - mirror_zfs.git/commit
Fix VPATH builds for user config
authorArvind Sankar <nivedita@alum.mit.edu>
Sun, 7 Jun 2020 22:35:49 +0000 (18:35 -0400)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 10 Jun 2020 16:25:37 +0000 (09:25 -0700)
commit66786f7943ee83617cbe654103aa1d2fe7e33162
tree2dfcf6ccc5cb9004d2a6e3d92cd5054aeb373231
parent71504277ae5537007a99864e53a3b5ceb211a660
Fix VPATH builds for user config

cmd/zpool and lib/libzutil Makefile's use -I., which won't work with a
VPATH build. Replace it with -I$(srcdir) instead.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Arvind Sankar <nivedita@alum.mit.edu>
Closes #10379
Closes #10421
cmd/zpool/Makefile.am
lib/libzutil/Makefile.am