Somewhere along the line, MAKE_LINKS got broken, thereby breaking
authorEric Andersen <andersen@codepoet.org>
Fri, 23 Feb 2001 02:16:29 +0000 (02:16 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 23 Feb 2001 02:16:29 +0000 (02:16 -0000)
'make install'.  Fix that.

applets.h
include/applets.h

index eaa818d..dbb2349 100644 (file)
--- a/applets.h
+++ b/applets.h
     #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},
index eaa818d..dbb2349 100644 (file)
     #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},