]> git.ipfire.org Git - people/stevee/ipfire-2.x.git/commitdiff
e2fsprogs: Fix indentation of makefile
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 22 Mar 2016 22:21:25 +0000 (22:21 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 22 Mar 2016 22:21:25 +0000 (22:21 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/e2fsprogs

index d8edb867dbcd6ba30c88400b7bf30cd695350e29..90e28ac077551caf4fc83ed02be535d0faa744f6 100644 (file)
@@ -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