aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorEthan Sommer <e5ten.arch@gmail.com>2020-04-21 14:31:49 -0400
committerAnthony G. Basile <blueness@gentoo.org>2020-04-22 18:04:20 -0400
commit79f7650b59c4f9261b5e9e76e3c57cfc90b2dc6b (patch)
treef7457ebc9c2b2dbb841c0b53dc0377c08821e23a /test
parentrules/64-btrfs.rules: Expand @bindir@ to the absolute directory name. (diff)
downloadeudev-79f7650b59c4f9261b5e9e76e3c57cfc90b2dc6b.tar.gz
eudev-79f7650b59c4f9261b5e9e76e3c57cfc90b2dc6b.tar.bz2
eudev-79f7650b59c4f9261b5e9e76e3c57cfc90b2dc6b.zip
switch make usage to be POSIX compatible
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 6d9c77624..b24fda9b4 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -50,7 +50,7 @@ check_DATA = \
test/sys
test/sys:
- $(AM_V_at)$(MKDIR_P) $(dir $@)
+ $(AM_V_at)f="$@"; $(MKDIR_P) "$${f%/*}"
$(AM_V_GEN)tar -C $(top_builddir)/test/test -xJf $(top_srcdir)/test/sys.tar.xz
test-sys-distclean: