aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2018-03-23 19:39:02 -0500
committerRob Landley <rob@landley.net>2018-03-23 19:39:02 -0500
commit48ac4c6c4fb7d25040cadd3c046578dd7530da00 (patch)
tree36760a8d31aebf1e212f927a231d263a4f3f4a76 /Makefile
parent3fed6c84e76f2df4060d107280cc29607e617689 (diff)
downloadtoybox-48ac4c6c4fb7d25040cadd3c046578dd7530da00.tar.gz
Fix break caused by removing toys/e2fs.h.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 30219156..c38c795b 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