From 48ac4c6c4fb7d25040cadd3c046578dd7530da00 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Fri, 23 Mar 2018 19:39:02 -0500 Subject: Fix break caused by removing toys/e2fs.h. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3