diff options
author | Rob Landley <rob@landley.net> | 2006-11-02 11:20:53 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2006-11-02 11:20:53 -0500 |
commit | 3c49a45999ffb85bdf905280a019d935d1bfe785 (patch) | |
tree | f7786cb5b66f6dafe7d7ba7341052d103986d552 /Config.in | |
parent | fa98d0193aaacbc900fd77507e2490b00fe72ee9 (diff) | |
download | toybox-3c49a45999ffb85bdf905280a019d935d1bfe785.tar.gz toybox-3c49a45999ffb85bdf905280a019d935d1bfe785.tar.bz2 toybox-3c49a45999ffb85bdf905280a019d935d1bfe785.zip |
Thinko: the Config.in for the toys should be in ./toys, not ./lib.
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,4 +14,4 @@ config TOYS_FREE endmenu -source lib/Config.in +source toys/Config.in |