e2fsprogs: Fix indentation of makefile

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2016-03-22 22:21:25 +00:00
parent 677fa734b8
commit 84fce430a3

View File

@@ -71,7 +71,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@$(PREBUILD)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
-mkdir -pv $(DIR_APP)/build
cd $(DIR_APP)/build && $(DIR_APP)/configure \
cd $(DIR_APP)/build && \
$(DIR_APP)/configure \
--prefix=/usr \
--with-root-prefix="" \
--enable-elf-shlibs \