Whamcloud - gitweb
build: use MKDIR_P instead of MKINSTALLDIRS
[tools/e2fsprogs.git] / lib / ext2fs / Makefile.in
index 99302ca..4a197cd 100644 (file)
@@ -553,8 +553,8 @@ fullcheck check:: tst_bitops tst_badblocks tst_iscan tst_types tst_icount \
        $(TESTENV) ./tst_digest_encode
 
 installdirs::
-       $(E) "  MKINSTALLDIRS $(libdir) $(includedir)/ext2fs"
-       $(Q) $(MKINSTALLDIRS) $(DESTDIR)$(libdir) \
+       $(E) "  MKDIR_P $(libdir) $(includedir)/ext2fs"
+       $(Q) $(MKDIR_P) $(DESTDIR)$(libdir) \
                $(DESTDIR)$(includedir)/ext2fs $(DESTDIR)$(pkgconfigdir)
 
 install:: all $(HFILES) $(HFILES_IN) installdirs ext2fs.pc