diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -215,7 +215,7 @@ busybox: .depend $(libraries-y) | |||
215 | $(CC) $(EXTRA_CFLAGS) $(LDFLAGS) -o $@ -Wl,--start-group $(libraries-y) $(LIBRARIES) -Wl,--end-group | 215 | $(CC) $(EXTRA_CFLAGS) $(LDFLAGS) -o $@ -Wl,--start-group $(libraries-y) $(LIBRARIES) -Wl,--end-group |
216 | $(STRIPCMD) $@ | 216 | $(STRIPCMD) $@ |
217 | 217 | ||
218 | busybox.links: $(top_srcdir)/applets/busybox.mkll include/config.h $(top_srcdir)/include/applets.h | 218 | busybox.links: $(top_srcdir)/applets/busybox.mkll include/bb_config.h $(top_srcdir)/include/applets.h |
219 | - $(SHELL) $^ >$@ | 219 | - $(SHELL) $^ >$@ |
220 | 220 | ||
221 | install: $(top_srcdir)/applets/install.sh busybox busybox.links | 221 | install: $(top_srcdir)/applets/install.sh busybox busybox.links |