aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2009-03-28 23:24:42 -0500
committerRob Landley <rob@landley.net>2009-03-28 23:24:42 -0500
commit36816221d5e3c148c7445b226e6e485437a6122b (patch)
tree0c79e82cf7a96189d62cd160d45ec6bb6b4708c8 /Makefile
parent72341aeccbd456a374db2eaec6026e674bba2d41 (diff)
downloadtoybox-36816221d5e3c148c7445b226e6e485437a6122b.tar.gz
Regenerate Config.in when toys/*.c changes.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0b284ff4..ce35e33d 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:
+generated/Config.in: toys/*.c
scripts/genconfig.sh
HOSTCC:=cc