From 84fce430a3d5ee7dc7693f995143437d20f52742 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 22 Mar 2016 22:21:25 +0000 Subject: [PATCH] e2fsprogs: Fix indentation of makefile Signed-off-by: Michael Tremer --- lfs/e2fsprogs | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/lfs/e2fsprogs b/lfs/e2fsprogs index d8edb867db..90e28ac077 100644 --- a/lfs/e2fsprogs +++ b/lfs/e2fsprogs @@ -71,12 +71,13 @@ $(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 \ - --prefix=/usr \ - --with-root-prefix="" \ - --enable-elf-shlibs \ - --disable-evms \ - --disable-nls + cd $(DIR_APP)/build && \ + $(DIR_APP)/configure \ + --prefix=/usr \ + --with-root-prefix="" \ + --enable-elf-shlibs \ + --disable-evms \ + --disable-nls cd $(DIR_APP)/build && make $(MAKETUNING) cd $(DIR_APP)/build && make install cd $(DIR_APP)/build && make install-libs -- 2.39.5