aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6be57b554..512fc807f 100644
--- a/Makefile
+++ b/Makefile
@@ -39,11 +39,11 @@ all: busybox busybox.links #doc
39-include .config.cmd 39-include .config.cmd
40include $(patsubst %,%/Makefile.in, $(DIRS)) 40include $(patsubst %,%/Makefile.in, $(DIRS))
41 41
42busybox: .depend $(libraries-y) 42busybox: .depend include/config.h $(libraries-y )
43 $(CC) $(LDFLAGS) -o $@ $(libraries-y) $(LIBRARIES) 43 $(CC) $(LDFLAGS) -o $@ $(libraries-y) $(LIBRARIES)
44 $(STRIPCMD) $@ 44 $(STRIPCMD) $@
45 45
46busybox.links: applets/busybox.mkll 46busybox.links: applets/busybox.mkll include/config.h
47 - $(SHELL) $^ >$@ 47 - $(SHELL) $^ >$@
48 48
49install: applets/install.sh busybox busybox.links 49install: applets/install.sh busybox busybox.links