X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;f=Makefile.am;h=17e4c9ccbe9aaf67dfc317b67c1e17b08cdc0490;hb=de0a1c099b7dc6722eb428838e893a4d9490a21e;hp=f573e1d17d897cf436abce6d6e719036815ba7f6;hpb=8160dd9a74b5b5eb3439d4aa0f0bc50e3400c123;p=zfs.git diff --git a/Makefile.am b/Makefile.am index f573e1d..17e4c9c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,14 +1,14 @@ include $(top_srcdir)/config/rpm.am -include ${top_srcdir}/config/deb.am -include ${top_srcdir}/config/tgz.am +include $(top_srcdir)/config/deb.am +include $(top_srcdir)/config/tgz.am if CONFIG_USER -USER_DIR = config etc man scripts lib cmd +USER_DIR = dracut udev etc man scripts lib cmd endif if CONFIG_KERNEL KERNEL_DIR = module endif -SUBDIRS = $(USER_DIR) $(KERNEL_DIR) +SUBDIRS = $(USER_DIR) $(KERNEL_DIR) include AUTOMAKE_OPTIONS = foreign EXTRA_DIST = autogen.sh zfs.spec.in zfs-modules.spec.in @@ -34,7 +34,7 @@ if CONFIG_KERNEL install-data-local: destname=zfs-$(ZFS_META_VERSION)/$(LINUX_VERSION); \ instdest=$(DESTDIR)/usr/src/$$destname; \ - echo "${ZFS_META_VERSION}" >$$instdest/zfs.release; \ + echo "$(ZFS_META_VERSION)" >$$instdest/zfs.release; \ for instfile in $(noinst_HEADERS) module/$(LINUX_SYMBOLS); do \ $(INSTALL) -D $$instfile $$instdest/$$instfile; \ done