Fix break caused by removing toys/e2fs.h.

This commit is contained in:
Rob Landley 2018-03-23 19:39:02 -05:00
parent 3fed6c84e7
commit 48ac4c6c4f

View File

@ -13,7 +13,7 @@ all: toybox
KCONFIG_CONFIG ?= .config 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 toybox generated/unstripped/toybox: toybox_stuff
scripts/make.sh scripts/make.sh