diff options
| author | Rob Landley <rob@landley.net> | 2009-03-28 23:24:42 -0500 |
|---|---|---|
| committer | Rob Landley <rob@landley.net> | 2009-03-28 23:24:42 -0500 |
| commit | 36816221d5e3c148c7445b226e6e485437a6122b (patch) | |
| tree | 0c79e82cf7a96189d62cd160d45ec6bb6b4708c8 | |
| parent | 72341aeccbd456a374db2eaec6026e674bba2d41 (diff) | |
| download | toybox-36816221d5e3c148c7445b226e6e485437a6122b.tar.gz | |
Regenerate Config.in when toys/*.c changes.
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
