diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -130,7 +130,7 @@ busybox: $(ALL_MAKEFILES) .depend include/config.h $(libraries-y) | |||
130 | busybox.links: $(top_srcdir)/applets/busybox.mkll include/config.h $(top_srcdir)/include/applets.h | 130 | busybox.links: $(top_srcdir)/applets/busybox.mkll include/config.h $(top_srcdir)/include/applets.h |
131 | - $(SHELL) $^ >$@ | 131 | - $(SHELL) $^ >$@ |
132 | 132 | ||
133 | install: applets/install.sh busybox busybox.links | 133 | install: $(top_srcdir)/applets/install.sh busybox busybox.links |
134 | $(SHELL) $< $(PREFIX) | 134 | $(SHELL) $< $(PREFIX) |
135 | ifeq ($(strip $(CONFIG_FEATURE_SUID)),y) | 135 | ifeq ($(strip $(CONFIG_FEATURE_SUID)),y) |
136 | @echo | 136 | @echo |