aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2012-02-03 23:16:28 -0600
committerRob Landley <rob@landley.net>2012-02-03 23:16:28 -0600
commit27f5779a7a3d71cd26107d26330c67445341e879 (patch)
tree4972135e57c3390a929d91a603359c80179088b8 /Makefile
parentf83305e5fb4ab97df47825cd2c2ed4fad758e5b8 (diff)
downloadtoybox-27f5779a7a3d71cd26107d26330c67445341e879.tar.gz
Add autodetect for container support.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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