diff options
Diffstat (limited to '')
| -rw-r--r-- | benchmarks/sysbench/files/patch-Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/benchmarks/sysbench/files/patch-Makefile.am b/benchmarks/sysbench/files/patch-Makefile.am new file mode 100644 index 000000000000..122dbdfdb2c6 --- /dev/null +++ b/benchmarks/sysbench/files/patch-Makefile.am @@ -0,0 +1,11 @@ +--- Makefile.am.orig 2020-04-24 15:51:47 UTC ++++ Makefile.am +@@ -26,7 +26,7 @@ endif + CK_DIR = third_party/concurrency_kit + endif + +-SUBDIRS = doc $(LUAJIT_DIR) $(CK_DIR) src tests ++SUBDIRS = $(LUAJIT_DIR) $(CK_DIR) src tests + + EXTRA_DIST = autogen.sh README.md README-WIN.txt README-Oracle.md ChangeLog \ + snap/snapcraft.yaml.in third_party/cram \ |
