diff options
author | kent@mysql.com/kent-amd64.(none) <> | 2007-05-28 22:18:51 +0200 |
---|---|---|
committer | kent@mysql.com/kent-amd64.(none) <> | 2007-05-28 22:18:51 +0200 |
commit | 870b38b808c7313ed00bb136acffade9df3ff6f8 (patch) | |
tree | a336caf2634975297c5dd816299f01615b875a73 /unittest/mysys | |
parent | 1d36bcab1d5e8187ed116bd274a4ca32efca0faf (diff) | |
download | mariadb-git-870b38b808c7313ed00bb136acffade9df3ff6f8.tar.gz |
Makefile.am:
Consistent use of '%::SCCS/s.%' to prevent some 'make'
implementations from trying to update files in SCCS directory
Diffstat (limited to 'unittest/mysys')
-rw-r--r-- | unittest/mysys/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/unittest/mysys/Makefile.am b/unittest/mysys/Makefile.am index 54b3d203e10..be91ef31c9d 100644 --- a/unittest/mysys/Makefile.am +++ b/unittest/mysys/Makefile.am @@ -23,3 +23,5 @@ LDADD = $(top_builddir)/unittest/mytap/libmytap.a \ noinst_PROGRAMS = bitmap-t base64-t my_atomic-t +# Don't update the files from bitkeeper +%::SCCS/s.% |