aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3e2b3ef18..4dbd9aa8c 100644
--- a/Makefile
+++ b/Makefile
@@ -130,7 +130,7 @@ busybox: $(ALL_MAKEFILES) .depend include/config.h $(libraries-y)
130busybox.links: $(top_srcdir)/applets/busybox.mkll include/config.h $(top_srcdir)/include/applets.h 130busybox.links: $(top_srcdir)/applets/busybox.mkll include/config.h $(top_srcdir)/include/applets.h
131 - $(SHELL) $^ >$@ 131 - $(SHELL) $^ >$@
132 132
133install: applets/install.sh busybox busybox.links 133install: $(top_srcdir)/applets/install.sh busybox busybox.links
134 $(SHELL) $< $(PREFIX) 134 $(SHELL) $< $(PREFIX)
135ifeq ($(strip $(CONFIG_FEATURE_SUID)),y) 135ifeq ($(strip $(CONFIG_FEATURE_SUID)),y)
136 @echo 136 @echo