diff options
author | Rob Landley <rob@landley.net> | 2012-02-03 23:16:28 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2012-02-03 23:16:28 -0600 |
commit | 27f5779a7a3d71cd26107d26330c67445341e879 (patch) | |
tree | 4972135e57c3390a929d91a603359c80179088b8 /Makefile | |
parent | f83305e5fb4ab97df47825cd2c2ed4fad758e5b8 (diff) | |
download | toybox-27f5779a7a3d71cd26107d26330c67445341e879.tar.gz |
Add autodetect for container support.
Diffstat (limited to 'Makefile')
-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: toys/*.c +generated/Config.in: toys/*.c scripts/genconfig.sh scripts/genconfig.sh HOSTCC:=cc |