diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-02-17 00:42:47 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-02-17 00:42:47 +0000 |
commit | 4385711fb4e39d0bfa4aaccdaa20025a8e386dab (patch) | |
tree | d84d5ef8a6914a3a2b77c360471d195f0c32a8e2 /usage.c | |
parent | 807f849768fa37d38d60824fab72330c651edd43 (diff) | |
download | busybox-w32-4385711fb4e39d0bfa4aaccdaa20025a8e386dab.tar.gz busybox-w32-4385711fb4e39d0bfa4aaccdaa20025a8e386dab.tar.bz2 busybox-w32-4385711fb4e39d0bfa4aaccdaa20025a8e386dab.zip |
Update the build system for pristine source directory builds. This
update is primarily work done by Larry Doolittle, but I did some
touchups of my own to make it work for me,
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@1843 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to '')
-rw-r--r-- | usage.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,2 +1,2 @@ | |||
1 | #define USAGE_MESSAGES | 1 | #define USAGE_MESSAGES |
2 | #include <usage.h> | 2 | #include "usage.h" |