do not put all <applet>_main() declarations

in busybox.h - this produces false dependencies
This commit is contained in:
Denis Vlasenko
2007-02-03 17:27:14 +00:00
parent 6a1829d90c
commit c7ba8b9d6c
3 changed files with 9 additions and 14 deletions

View File

@@ -12,8 +12,13 @@
* Licensed under GPLv2 or later, see file License in this tarball for details.
*/
#include "busybox.h"
#include <assert.h>
#include "busybox.h"
#define PROTOTYPES
#include "applets.h"
#undef PROTOTYPES
/* Apparently uclibc defines __GLIBC__ (compat trick?). Oh well. */
#if ENABLE_STATIC && defined(__GLIBC__) && !defined(__UCLIBC__)