diff options
author | unknown <mtaylor@qualinost.(none)> | 2007-04-18 14:34:38 -0700 |
---|---|---|
committer | unknown <mtaylor@qualinost.(none)> | 2007-04-18 14:34:38 -0700 |
commit | ad4922ef673dd026b07f4653b471e7b7b40d0995 (patch) | |
tree | e784200c097d558558450381d6ba920d6b6146ce /Makefile.am | |
parent | 3b2b2d888d6de2f4b9369eba44a609f7da3e422d (diff) | |
download | mariadb-git-ad4922ef673dd026b07f4653b471e7b7b40d0995.tar.gz |
Fixed make distcheck problem.
Makefile.am:
Removed debian/control creation from the top level dist-hook
configure.in:
Create debian/control from configure again
debian/rules:
Protect debian/control from the debuild distclean run.
Prevent a makefile variable loop when settin MYSQL_BASE_VERSION
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 381d1e85526..28551d52da7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -98,7 +98,6 @@ bin-dist: all # Remove BK's "SCCS" subdirectories from source distribution # Create initial database files for Windows installations. -# Create default debian control file for debian packaging needs dist-hook: rm -rf `find $(distdir) -type d -name SCCS -print` rm -f `find $(distdir) -type l -print` @@ -107,7 +106,6 @@ dist-hook: --basedir=$(top_builddir) \ --datadir=$(distdir)/win/data \ --srcdir=$(top_srcdir) - debian/rules control-file && cp $(top_builddir)/debian/control $(distdir)/debian/control tags: support-files/build-tags |