lzop: new applet. Busyboxed by Alain Knaff. +7700 bytes.
[oweals/busybox.git] / scripts / Makefile.build
index ddefea5a644ca120934a48f9319b269f977b16a4..f343818b1144c64adfaaba673cdb2e88807818d5 100644 (file)
@@ -251,8 +251,8 @@ ifdef builtin-target
 quiet_cmd_link_o_target = LD      $@
 # If the list of objects to link is empty, just create an empty built-in.o
 cmd_link_o_target = $(if $(strip $(obj-y)),\
-                     $(LD) $(ld_flags) -r -o $@ $(filter $(obj-y), $^),\
-                     rm -f $@; $(AR) rcs $@)
+               $(LD) $(ld_flags) -r -o $@ $(filter $(obj-y), $^),\
+               rm -f $@; $(AR) rcs $@)
 
 $(builtin-target): $(obj-y) FORCE
        $(call if_changed,link_o_target)