aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a112e5781..1e1eddbc5 100644
--- a/Makefile
+++ b/Makefile
@@ -47,7 +47,7 @@ endif
47 47
48 48
49busybox: depend $(libraries-y) 49busybox: depend $(libraries-y)
50 $(CC) $(LDFLAGS) $(libraries-y) $(LIBRARIES) -o $@ 50 $(CC) $(LDFLAGS) -o $@ $(libraries-y) $(LIBRARIES)
51 $(STRIPCMD) $@ 51 $(STRIPCMD) $@
52 52
53busybox.links: applets/busybox.mkll 53busybox.links: applets/busybox.mkll