Update the lash shell (hopefully the last time...) so things like
[oweals/busybox.git] / usage.c
diff --git a/usage.c b/usage.c
index 1515c0898303a776b8dc3fe45038c93fad15cdac..dfea1f96b32190a923e21ff409e922236542a902 100644 (file)
--- a/usage.c
+++ b/usage.c
@@ -1,2 +1,10 @@
-#define USAGE_MESSAGES
-#include <usage.h>
+#include "busybox.h"
+
+const char usage_messages[] =
+
+#define MAKE_USAGE
+#include "usage.h"
+
+#include "applets.h"
+
+;