From: Michael Tremer Date: Tue, 22 Mar 2016 22:21:25 +0000 (+0000) Subject: e2fsprogs: Fix indentation of makefile X-Git-Tag: v2.19-core101~58 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=84fce430a3d5ee7dc7693f995143437d20f52742;p=ipfire-2.x.git e2fsprogs: Fix indentation of makefile Signed-off-by: Michael Tremer --- 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