diff options
author | Alexander Nozdrin <alik@sun.com> | 2010-05-19 17:00:23 +0400 |
---|---|---|
committer | Alexander Nozdrin <alik@sun.com> | 2010-05-19 17:00:23 +0400 |
commit | 759d5bc5351c79ef4835d6ba7ff6db98b56b2041 (patch) | |
tree | 574458923d5c91864006d3e044db236b688fe587 /win | |
parent | 1161d923c8664ea6ae126e3068e06da2a45c4eae (diff) | |
download | mariadb-git-759d5bc5351c79ef4835d6ba7ff6db98b56b2041.tar.gz |
Another incarnation of the patch for Bug#30708
(make relies GNU extentions). The patch was partially
backport from 6.0.
Original comment:
bug#30708: make relies GNU extensions. Now that we no longer use
BitKeeper we can safely remove the SCCS handling with no loss of
functionality.
Diffstat (limited to 'win')
-rw-r--r-- | win/Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/win/Makefile.am b/win/Makefile.am index e5813010740..5b71b7342a9 100644 --- a/win/Makefile.am +++ b/win/Makefile.am @@ -17,6 +17,3 @@ EXTRA_DIST = build-vs71.bat build-vs8.bat build-vs8_x64.bat build-vs9.bat \ build-vs9_x64.bat configure.js README mysql_manifest.cmake \ create_manifest.js create_def_file.js - -# Don't update the files from bitkeeper -%::SCCS/s.% |