Kill a silly warning
[oweals/busybox.git] / Makefile
index a112e57810a0b504170b326dd5c5e1da1d98bbe7..1e1eddbc53558677b94a16024d8dc029ecbf8fd7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -47,7 +47,7 @@ endif
 
 
 busybox: depend $(libraries-y)
-       $(CC) $(LDFLAGS) $(libraries-y) $(LIBRARIES) -o $@
+       $(CC) $(LDFLAGS) -o $@ $(libraries-y) $(LIBRARIES)
        $(STRIPCMD) $@
 
 busybox.links: applets/busybox.mkll