X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;f=Makefile.am;h=5a03f1e3f5a15b50bfa30d62e1052340920007a8;hb=e0f3df67e5174cd51284f0c26779046facfc95e0;hp=5a0791b44d6d471688d893ed5140690d529bfb0b;hpb=1ae93745d2eadcdfdf1ab677180f28922e7c7d26;p=zfs.git diff --git a/Makefile.am b/Makefile.am index 5a0791b..5a03f1e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,16 +1,16 @@ 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 = 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 dist-zip +AUTOMAKE_OPTIONS = foreign EXTRA_DIST = autogen.sh zfs.spec.in zfs-modules.spec.in EXTRA_DIST += config/config.awk config/rpm.am config/deb.am config/tgz.am EXTRA_DIST += META DISCLAIMER COPYRIGHT README.markdown @@ -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