X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;f=Makefile.in;h=87ed50c782b39b537b920b574935b8be2da041f8;hb=1ae93745d2eadcdfdf1ab677180f28922e7c7d26;hp=c91470ec29a24cb96431e0a6e7cdba78612381c8;hpb=e70e591c51177d202396b1b0c5de04a7664d45cf;p=zfs.git diff --git a/Makefile.in b/Makefile.in index c91470e..87ed50c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -326,8 +326,8 @@ SUBDIRS = $(USER_DIR) $(KERNEL_DIR) AUTOMAKE_OPTIONS = foreign dist-zip EXTRA_DIST = autogen.sh zfs.spec.in zfs-modules.spec.in \ config/config.awk config/rpm.am config/deb.am config/tgz.am \ - META DISCLAIMER COPYRIGHT GIT README.markdown \ - OPENSOLARIS.LICENSE ZFS.RELEASE + META DISCLAIMER COPYRIGHT README.markdown OPENSOLARIS.LICENSE \ + ZFS.RELEASE noinst_HEADERS = zfs_config.h all: zfs_config.h $(MAKE) $(AM_MAKEFLAGS) all-recursive @@ -924,11 +924,10 @@ distclean-local:: -o -name .pc -o -name .hg -o -name .git \) -prune -o \ \( -name '*.orig' -o -name '*.rej' -o -name '*~' \ -o -name '*.bak' -o -name '#*#' -o -name '.*.orig' \ - -o -name '.*.rej' -o -name 'aclocal.m4' -o -size 0 \ + -o -name '.*.rej' -o -name '.script-config' -o -size 0 \ -o -name '*%' -o -name '.*.cmd' -o -name 'core' \ -o -name 'Makefile' -o -name 'Module.symvers' \ - -o -name '*.order' -o -name '*.markers' \ - -o -name '.script-config' \) \ + -o -name '*.order' -o -name '*.markers' \) \ -type f -print | xargs $(RM) @CONFIG_KERNEL_TRUE@install-data-local: