From 27f5779a7a3d71cd26107d26330c67445341e879 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Fri, 3 Feb 2012 23:16:28 -0600 Subject: Add autodetect for container support. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d42dd3f3..df24c513 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ toybox toybox_unstripped: .config *.[ch] lib/*.[ch] toys/*.[ch] scripts/*.sh include kconfig/Makefile $(KCONFIG_TOP): generated/Config.in -generated/Config.in: toys/*.c +generated/Config.in: toys/*.c scripts/genconfig.sh scripts/genconfig.sh HOSTCC:=cc -- cgit v1.2.3