diff options
author | Rob Landley <rob@landley.net> | 2008-01-10 14:40:13 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2008-01-10 14:40:13 -0600 |
commit | 58ecc3e589c2edc0ef4f33d4419b0b2e7ac6a83d (patch) | |
tree | 91ea841d12149b894afae50cee40ec96cc15b57b /toys | |
parent | 6a9e5b4654e76585e38c6c6002eccba9b4b1b310 (diff) | |
download | toybox-58ecc3e589c2edc0ef4f33d4419b0b2e7ac6a83d.tar.gz |
Move some generated files into the "generated" subdirectory.
Diffstat (limited to 'toys')
-rw-r--r-- | toys/help.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/help.c b/toys/help.c index 6dd7fb1c..42d06a8c 100644 --- a/toys/help.c +++ b/toys/help.c @@ -6,7 +6,7 @@ */ #include "toys.h" -#include "toys/help.h" +#include "generated/help.h" #undef NEWTOY #undef OLDTOY |