diff options
author | Rob Landley <rob@landley.net> | 2018-03-23 19:39:02 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2018-03-23 19:39:02 -0500 |
commit | 48ac4c6c4fb7d25040cadd3c046578dd7530da00 (patch) | |
tree | 36760a8d31aebf1e212f927a231d263a4f3f4a76 /Makefile | |
parent | 3fed6c84e76f2df4060d107280cc29607e617689 (diff) | |
download | toybox-48ac4c6c4fb7d25040cadd3c046578dd7530da00.tar.gz |
Fix break caused by removing toys/e2fs.h.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |