diff options
author | Nick Clifton <nickc@redhat.com> | 2024-01-19 11:45:10 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2024-01-19 11:45:10 +0000 |
commit | 3b6a6fd9c0ac24333c10e68e249e4e39a8c34059 (patch) | |
tree | a40c958970d967023e9a1f377bf12616abb317d1 | |
parent | 633789901c83d6899685d9011517eb751aa31972 (diff) | |
download | binutils-3b6a6fd9c0ac24333c10e68e249e4e39a8c34059.zip binutils-3b6a6fd9c0ac24333c10e68e249e4e39a8c34059.tar.gz binutils-3b6a6fd9c0ac24333c10e68e249e4e39a8c34059.tar.bz2 |
Add multilib.am to the list of top level files included in any release created by the src-release.sh script
-rwxr-xr-x | src-release.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src-release.sh b/src-release.sh index bc947eb..1691358 100755 --- a/src-release.sh +++ b/src-release.sh @@ -45,7 +45,8 @@ DEVO_SUPPORT="ar-lib ChangeLog compile config config-ml.in config.guess \ ltmain.sh ltoptions.m4 ltsugar.m4 ltversion.m4 lt~obsolete.m4 \ MAINTAINERS Makefile.def Makefile.in Makefile.tpl missing mkdep \ mkinstalldirs move-if-change README README-maintainer-mode \ - SECURITY.txt src-release.sh symlink-tree test-driver ylwrap" + SECURITY.txt src-release.sh symlink-tree test-driver ylwrap \ + multilib.am" # Files in devo/etc used in any net release. ETC_SUPPORT="Makefile.in configure configure.in standards.texi \ |