diff options
Diffstat (limited to 'innobase')
-rw-r--r-- | innobase/ibuf/Makefile.am | 3 | ||||
-rw-r--r-- | innobase/include/Makefile.am | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/innobase/ibuf/Makefile.am b/innobase/ibuf/Makefile.am index 5d2681c553e..1c1d196c40c 100644 --- a/innobase/ibuf/Makefile.am +++ b/innobase/ibuf/Makefile.am @@ -22,3 +22,6 @@ libs_LIBRARIES = libibuf.a libibuf_a_SOURCES = ibuf0ibuf.c EXTRA_PROGRAMS = + +# Don't update the files from bitkeeper +%::SCCS/s.% diff --git a/innobase/include/Makefile.am b/innobase/include/Makefile.am index 9e0cb9f635f..fd5cc8b1a80 100644 --- a/innobase/include/Makefile.am +++ b/innobase/include/Makefile.am @@ -54,3 +54,6 @@ noinst_HEADERS = btr0btr.h btr0btr.ic btr0cur.h btr0cur.ic \ usr0sess.h usr0sess.ic usr0types.h ut0byte.h ut0byte.ic \ ut0dbg.h ut0lst.h ut0mem.h ut0mem.ic ut0rnd.h ut0rnd.ic \ ut0sort.h ut0ut.h ut0ut.ic + +# Don't update the files from bitkeeper +%::SCCS/s.% |