diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-04-30 23:13:12 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-04-30 23:13:12 +0200 |
commit | 9d38d4427c13d89792f0d2ba9ce312f0846e4b7a (patch) | |
tree | c4eeb66fe57ada6a760849d2ebb41fc197a20c8c /Makefile.in | |
parent | 26da02fdaaa4e6fb1d95c4911b8eca687f2b1b96 (diff) | |
download | crosstool-ng-9d38d4427c13d89792f0d2ba9ce312f0846e4b7a.tar.gz crosstool-ng-9d38d4427c13d89792f0d2ba9ce312f0846e4b7a.tar.bz2 crosstool-ng-9d38d4427c13d89792f0d2ba9ce312f0846e4b7a.zip |
scripts: fix installation
Changeset e013ddebc063 forgot to install the samples.mk file.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 5064b9c3..35f6d369 100644 --- a/Makefile.in +++ b/Makefile.in @@ -241,6 +241,7 @@ install-lib-samples: $(DESTDIR)$(LIBDIR) install-lib-main $${samp_file} \ >"$(DESTDIR)$(LIBDIR)/$${samp_file}"; \ done + @$(install) -m 644 samples/samples.mk "$(DESTDIR)$(LIBDIR)/samples/samples.mk" install-doc: $(DESTDIR)$(DOCDIR) @echo " INST 'docs/*.txt'" |