summaryrefslogtreecommitdiffstats
path: root/libsmartcols/src/Makemodule.am
diff options
context:
space:
mode:
authorRuediger Meier2016-03-13 20:47:26 +0100
committerRuediger Meier2016-03-13 21:48:09 +0100
commit18336d16d9fca0b217407b6c7132b588928f8f66 (patch)
treec133c56500d6b89b234583ee8bacae5a92d5bd59 /libsmartcols/src/Makemodule.am
parentbuild-sys: add missing "not found" strings (diff)
downloadkernel-qcow2-util-linux-18336d16d9fca0b217407b6c7132b588928f8f66.tar.gz
kernel-qcow2-util-linux-18336d16d9fca0b217407b6c7132b588928f8f66.tar.xz
kernel-qcow2-util-linux-18336d16d9fca0b217407b6c7132b588928f8f66.zip
build-sys: use AC_PROG_MKDIR_P and remove a few gnuisms
Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
Diffstat (limited to 'libsmartcols/src/Makemodule.am')
-rw-r--r--libsmartcols/src/Makemodule.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libsmartcols/src/Makemodule.am b/libsmartcols/src/Makemodule.am
index 3f814d280..83c12ca54 100644
--- a/libsmartcols/src/Makemodule.am
+++ b/libsmartcols/src/Makemodule.am
@@ -48,7 +48,7 @@ EXTRA_DIST += \
# move lib from $(usrlib_execdir) to $(libdir) if needed
install-exec-hook-libsmartcols:
if test "$(usrlib_execdir)" != "$(libdir)" -a -f "$(DESTDIR)$(usrlib_execdir)/libsmartcols.so"; then \
- mkdir -p $(DESTDIR)$(libdir); \
+ $(MKDIR_P) $(DESTDIR)$(libdir); \
mv $(DESTDIR)$(usrlib_execdir)/libsmartcols.so.* $(DESTDIR)$(libdir); \
so_img_name=$$(readlink $(DESTDIR)$(usrlib_execdir)/libsmartcols.so); \
so_img_rel_target=$$(echo $(usrlib_execdir) | sed 's,\(^/\|\)[^/][^/]*,..,g'); \