Update applet define from BB_CP_MV to BB_CP and BB_MV.
[oweals/busybox.git] / Makefile
index 1fefecd10b9953f15edf263f3846d02e6a289cbc..791357fa98a9334e2deb5e4e4ace374e9a662999 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -329,7 +329,7 @@ docs/busybox/busyboxdocumentation.html: docs/busybox.sgml
 
 
 busybox: $(PWD_LIB) $(LIBBB_LIB) $(OBJECTS) 
-       $(CC) $(LDFLAGS) -o $@ $(OBJECTS) $(PWD_LIB) $(LIBBB_LIB) $(LIBRARIES)
+       $(CC) $(LDFLAGS) -o $@ $(OBJECTS) $(LIBBB_LIB) $(PWD_LIB) $(LIBRARIES)
        $(STRIP)
 
 # Without VPATH, rule expands to "/bin/sh busybox.mkll Config.h applets.h"