mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 10:37:35 +03:00
Drop unnecessary srcdir paths
There's no need to specify the srcdir explicitly in _HEADERS and EXTRA_DIST. Reviewed-by: Ryan Moeller <ryan@iXsystems.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Arvind Sankar <nivedita@alum.mit.edu> Closes #10493
This commit is contained in:
committed by
Brian Behlendorf
parent
5ca349f95d
commit
7513807320
+16
-16
@@ -1,24 +1,24 @@
|
||||
SUBDIRS = sys os
|
||||
|
||||
COMMON_H = \
|
||||
$(top_srcdir)/include/cityhash.h \
|
||||
$(top_srcdir)/include/zfeature_common.h \
|
||||
$(top_srcdir)/include/zfs_comutil.h \
|
||||
$(top_srcdir)/include/zfs_deleg.h \
|
||||
$(top_srcdir)/include/zfs_fletcher.h \
|
||||
$(top_srcdir)/include/zfs_namecheck.h \
|
||||
$(top_srcdir)/include/zfs_prop.h
|
||||
cityhash.h \
|
||||
zfeature_common.h \
|
||||
zfs_comutil.h \
|
||||
zfs_deleg.h \
|
||||
zfs_fletcher.h \
|
||||
zfs_namecheck.h \
|
||||
zfs_prop.h
|
||||
|
||||
USER_H = \
|
||||
$(top_srcdir)/include/libnvpair.h \
|
||||
$(top_srcdir)/include/libuutil_common.h \
|
||||
$(top_srcdir)/include/libuutil.h \
|
||||
$(top_srcdir)/include/libuutil_impl.h \
|
||||
$(top_srcdir)/include/libzfs.h \
|
||||
$(top_srcdir)/include/libzfs_core.h \
|
||||
$(top_srcdir)/include/libzfs_impl.h \
|
||||
$(top_srcdir)/include/libzutil.h \
|
||||
$(top_srcdir)/include/thread_pool.h
|
||||
libnvpair.h \
|
||||
libuutil_common.h \
|
||||
libuutil.h \
|
||||
libuutil_impl.h \
|
||||
libzfs.h \
|
||||
libzfs_core.h \
|
||||
libzfs_impl.h \
|
||||
libzutil.h \
|
||||
thread_pool.h
|
||||
|
||||
EXTRA_DIST = $(COMMON_H) $(USER_H)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user