diff options
author | Alexey Neyman <stilor@att.net> | 2019-04-04 16:43:51 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2019-04-04 18:57:42 -0700 |
commit | 8e24bb22d0f5f35c97af75bffbe3ebf052604c9e (patch) | |
tree | 6e7a57db00f981f0cf33ba20823184d1d8cd65ae /Makefile.am | |
parent | f9b57cc78a9ba496942743046a0d640a3daed026 (diff) | |
download | crosstool-ng-8e24bb22d0f5f35c97af75bffbe3ebf052604c9e.tar.gz crosstool-ng-8e24bb22d0f5f35c97af75bffbe3ebf052604c9e.tar.bz2 crosstool-ng-8e24bb22d0f5f35c97af75bffbe3ebf052604c9e.zip |
Do not include config/configure.in into the release tarball
Fixes #1176
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 6c224c1a..37c32399 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,7 +8,6 @@ SUBDIRS = kconfig bin_SCRIPTS = ct-ng CLEANFILES = ct-ng bash-completion/ct-ng docs/ct-ng.1 EXTRA_DIST = bootstrap ct-ng.in bash-completion/ct-ng.in \ - config/configure.in.in \ docs/ct-ng.1.in packages maintainer testing if INSTALL_BASH_COMPLETION @@ -18,9 +17,9 @@ endif man1_MANS = docs/ct-ng.1 -# paths.sh generated by configure +# paths.sh and configure.in are generated by configure nobase_dist_pkgdata_DATA = $(verbatim_data) -nobase_nodist_pkgdata_DATA = paths.sh +nobase_nodist_pkgdata_DATA = paths.sh config/configure.in # ct-ng, as renamed by the installation ctng_progname = `echo ct-ng | sed '$(transform)'` |