diff options
author | lenz@mysql.com <> | 2005-07-20 19:15:48 +0200 |
---|---|---|
committer | lenz@mysql.com <> | 2005-07-20 19:15:48 +0200 |
commit | ca9087a82c9acad64abca32c38f3cf6f08d0948f (patch) | |
tree | f41a45770263b6d4ab3dc799cd622b89ffc5e123 /support-files/MacOSX | |
parent | 0d7a2641b5c05a2e90ca04bb1002be1c7d63ab69 (diff) | |
download | mariadb-git-ca9087a82c9acad64abca32c38f3cf6f08d0948f.tar.gz |
- don't install the Mac OS X support files when running "make install" -
they're not needed outside of the source tree (BUG#12057)
- Removed some more unneeded files from "make install" along the way
Diffstat (limited to 'support-files/MacOSX')
-rw-r--r-- | support-files/MacOSX/Makefile.am | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/support-files/MacOSX/Makefile.am b/support-files/MacOSX/Makefile.am index 4cdd7348cd7..a4915deccf6 100644 --- a/support-files/MacOSX/Makefile.am +++ b/support-files/MacOSX/Makefile.am @@ -28,12 +28,6 @@ EXTRA_DIST = Info.plist.sh \ StartupItem.Info.plist \ StartupItem.postinstall -pkgdata_DATA = Info.plist \ - Description.plist \ - StartupParameters.plist \ - postinstall \ - preinstall - CLEANFILES = Info.plist \ Description.plist \ StartupParameters.plist \ |