diff options
author | Alexey Neyman <stilor@att.net> | 2018-11-27 14:27:24 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2018-11-27 15:38:00 -0800 |
commit | 15d1724bd1983e25cad85cc57fd5bb3e4cda22b8 (patch) | |
tree | 5c6d1e64c3e06212cfb34279907d7cb40e2b5f98 /Makefile.am | |
parent | 71d85c9e16a040301b7d19c610175caf1ecee9cd (diff) | |
download | crosstool-ng-15d1724bd1983e25cad85cc57fd5bb3e4cda22b8.tar.gz crosstool-ng-15d1724bd1983e25cad85cc57fd5bb3e4cda22b8.tar.bz2 crosstool-ng-15d1724bd1983e25cad85cc57fd5bb3e4cda22b8.zip |
Do not distribute paths.sh
Fixes #1100.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 2f76975a..7bc5042c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,7 +19,8 @@ endif man1_MANS = docs/ct-ng.1 # paths.sh generated by configure -nobase_dist_pkgdata_DATA = $(verbatim_data) paths.sh +nobase_dist_pkgdata_DATA = $(verbatim_data) +nobase_nodist_pkgdata_DATA = paths.sh # ct-ng, as renamed by the installation ctng_progname = `echo ct-ng | sed '$(transform)'` |