From 674b08a6b8ce0b3b1c26d9f326fb2e59bd8dc1e8 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 6 Apr 2004 14:28:35 +0000 Subject: Fix it so usage is _always_ in sync with applets.c. Previously, broken depends allowed these to get out of sync. --- applets/applets.c | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'applets/applets.c') diff --git a/applets/applets.c b/applets/applets.c index 7d8adfb65..d370e6a00 100644 --- a/applets/applets.c +++ b/applets/applets.c @@ -32,11 +32,22 @@ #include #include "busybox.h" +const char usage_messages[] = + +#define MAKE_USAGE +#include "usage.h" + +#include "applets.h" + +; + +#undef MAKE_USAGE #undef APPLET #undef APPLET_NOUSAGE #undef PROTOTYPES #include "applets.h" + static struct BB_applet *applet_using; /* The -1 arises because of the {0,NULL,0,-1} entry above. */ -- cgit v1.2.3