printf: fix printf "%u\n" +18446744073709551614
[oweals/busybox.git] / scripts / Makefile.host
index 763e2f2d7e615248862d4b4b0e6ead6d1846d84e..2e628508d9ccddfc6794bd4ddb152edf7304a080 100644 (file)
@@ -99,7 +99,7 @@ hostcxx_flags  = -Wp,-MD,$(depfile) $(__hostcxx_flags)
 # host-csingle -> Executable
 quiet_cmd_host-csingle         = HOSTCC  $@
       cmd_host-csingle = $(HOSTCC) $(hostc_flags) -o $@ $< \
-               $(HOST_LOADLIBES) $(HOSTLOADLIBES_$(@F))
+                         $(HOST_LOADLIBES) $(HOSTLOADLIBES_$(@F))
 $(host-csingle): %: %.c FORCE
        $(call if_changed_dep,host-csingle)
 
@@ -153,4 +153,3 @@ $(host-cshlib): %: $(host-cshobjs) FORCE
 
 targets += $(host-csingle)  $(host-cmulti) $(host-cobjs)\
           $(host-cxxmulti) $(host-cxxobjs) $(host-cshlib) $(host-cshobjs)
-