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/Makefile.am | |
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/Makefile.am')
-rw-r--r-- | unittest/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/unittest/Makefile.am b/unittest/Makefile.am index 6197586b008..65fa615fb98 100644 --- a/unittest/Makefile.am +++ b/unittest/Makefile.am @@ -25,3 +25,6 @@ test: test-verbose: HARNESS_VERBOSE=1 perl unit.pl run $(unittests) + +# Don't update the files from bitkeeper +%::SCCS/s.% |