From 3574b70efc904f4c0ae8fb7a8dc653887a73de3c Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 23 Feb 2001 02:16:29 +0000 Subject: Somewhere along the line, MAKE_LINKS got broken, thereby breaking 'make install'. Fix that. --- include/applets.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') diff --git a/include/applets.h b/include/applets.h index eaa818df7..dbb234963 100644 --- a/include/applets.h +++ b/include/applets.h @@ -30,6 +30,10 @@ #define APPLET_NOUSAGE(a,b,c) "\0" #define APPLET_ODDNAME(a,b,c,d) d##_trivial_usage "\n\n" d##_full_usage "\0" #endif +#elif defined(MAKE_LINKS) +# define APPLET(a,b,c) LINK c a +# define APPLET_NOUSAGE(a,b,c) LINK c a +# define APPLET_ODDNAME(a,b,c,d) LINK c a #else const struct BB_applet applets[] = { #define APPLET(a,b,c) {#a,b,c}, -- cgit v1.2.3