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 | 091bcacc79f76878c6842d54cc18a133d5f8e902 (patch) | |
tree | 574458923d5c91864006d3e044db236b688fe587 /storage/example | |
parent | 2f7945b8b9a8bc211a7fce9cc521f846e5f05af4 (diff) | |
download | mariadb-git-091bcacc79f76878c6842d54cc18a133d5f8e902.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 'storage/example')
-rw-r--r-- | storage/example/Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/storage/example/Makefile.am b/storage/example/Makefile.am index 14787f082c8..47d95d4663c 100644 --- a/storage/example/Makefile.am +++ b/storage/example/Makefile.am @@ -83,6 +83,3 @@ probes_mysql.o: $(DTRACEPROVIDER) $(DTRACEFILES) $(DTRACE) $(DTRACEFLAGS) -G -s $(DTRACEPROVIDER) $(DTRACEFILES) -o $@ endif - -# Don't update the files from bitkeeper -%::SCCS/s.% |