diff options
author | unknown <knielsen@knielsen-hq.org> | 2009-08-29 21:04:46 +0200 |
---|---|---|
committer | unknown <knielsen@knielsen-hq.org> | 2009-08-29 21:04:46 +0200 |
commit | 6cc803f035a76183478b8328821a32e925699f61 (patch) | |
tree | c4efcc6b5fb2853b63528723af0ce8a42ed05259 /BUILD | |
parent | 915a624cbcb58a10a2cfb2e2e4fd5029191fa86a (diff) | |
download | mariadb-git-6cc803f035a76183478b8328821a32e925699f61.tar.gz |
Fix `make dist` after solaris build file fixes.
Solaris build scripts under BUILD/ were changed, but Makefile.am was not updated to reflect
the new set of file names.
Diffstat (limited to 'BUILD')
-rw-r--r-- | BUILD/Makefile.am | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/BUILD/Makefile.am b/BUILD/Makefile.am index cd4b00ea731..8343f1e2f27 100644 --- a/BUILD/Makefile.am +++ b/BUILD/Makefile.am @@ -71,12 +71,16 @@ EXTRA_DIST = FINISH.sh \ compile-ppc-max \ compile-solaris-amd64 \ compile-solaris-amd64-debug \ + compile-solaris-amd64-debug-forte \ compile-solaris-amd64-forte \ - compile-solaris-amd64-forte-debug \ compile-solaris-sparc \ compile-solaris-sparc-debug \ compile-solaris-sparc-forte \ - compile-solaris-sparc-purify + compile-solaris-sparc-purify \ + compile-solaris-x86-32 \ + compile-solaris-x86-32-debug \ + compile-solaris-x86-32-debug-forte \ + compile-solaris-x86-forte-32 # Don't update the files from bitkeeper %::SCCS/s.% |