summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2021-01-19 23:58:57 -0500
committerTheodore Ts'o <tytso@mit.edu>2021-01-19 23:58:57 -0500
commit0d47f5ab05177c1861f16bb3644a47018e6be1d0 (patch)
treef189505ccaddf29f371c37e1512e7f6fe1cb7ed7 /tests
parentba526aae3a8b3eff6bf8b895ef7a45bd557e27ac (diff)
parent6fa8edd0fde7a540b41d78e45743208c8edab0b1 (diff)
downloade2fsprogs-0d47f5ab05177c1861f16bb3644a47018e6be1d0.tar.gz
Merge branch 'maint' into next
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.in1
-rw-r--r--tests/progs/Makefile.in1
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile.in b/tests/Makefile.in
index d9f8c731..ba06b3b6 100644
--- a/tests/Makefile.in
+++ b/tests/Makefile.in
@@ -8,6 +8,7 @@ VPATH = @srcdir@
top_builddir = ..
my_dir = tests
INSTALL = @INSTALL@
+MKDIR_P = @MKDIR_P@
@MCONFIG@
diff --git a/tests/progs/Makefile.in b/tests/progs/Makefile.in
index b0ed853f..e1325c61 100644
--- a/tests/progs/Makefile.in
+++ b/tests/progs/Makefile.in
@@ -8,6 +8,7 @@ VPATH = @srcdir@
top_builddir = ../..
my_dir = tests/progs
INSTALL = @INSTALL@
+MKDIR_P = @MKDIR_P@
@MCONFIG@