diff --git a/Makefile b/Makefile index 302191568..c38c795bf 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ all: toybox KCONFIG_CONFIG ?= .config -toybox_stuff: $(KCONFIG_CONFIG) *.[ch] lib/*.[ch] toys/*.h toys/*/*.c scripts/*.sh +toybox_stuff: $(KCONFIG_CONFIG) *.[ch] lib/*.[ch] toys/*/*.c scripts/*.sh toybox generated/unstripped/toybox: toybox_stuff scripts/make.sh