aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 5422efed..004293c0 100644
--- a/Makefile
+++ b/Makefile
@@ -35,11 +35,7 @@ baseline: toybox_unstripped
bloatcheck: toybox_old toybox_unstripped
@scripts/bloatcheck toybox_old toybox_unstripped
-generated/instlist: toybox_stuff
- NOBUILD=1 scripts/make.sh
- $(HOSTCC) -I . scripts/install.c -o generated/instlist
-
-install_flat: generated/instlist
+install_flat:
scripts/install.sh --symlink --force
install: