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 | ee9a495bf92232253b099ae89ddb535c9bd645ec (patch) | |
tree | 574458923d5c91864006d3e044db236b688fe587 /scripts | |
parent | 06e43b04f76d99cca4261f6a6b286c1400090062 (diff) | |
download | mariadb-git-ee9a495bf92232253b099ae89ddb535c9bd645ec.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 'scripts')
-rw-r--r-- | scripts/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 4d89718f9f0..0200410fd8f 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -190,7 +190,3 @@ SUFFIXES = .sh $< > $@-t @CHMOD@ +x $@-t @MV@ $@-t $@ - - -# Don't update the files from bitkeeper -%::SCCS/s.% |