modprobe-small: fix help messages for aliased module-related applets
[oweals/busybox.git] / scripts / trylink
index e471699173bf32071774ea24717dba6f1c14823b..85095235c8af13c4047455bc7cafff59ab5c9774 100755 (executable)
@@ -268,7 +268,7 @@ fi
 
 if test "$CONFIG_FEATURE_INDIVIDUAL" = y; then
     echo "Linking individual applets against libbusybox (see $sharedlib_dir/*)"
-    gcc -DNAME_MAIN_CNAME -E -include include/autoconf.h include/applets.h \
+    gcc -DNAME_MAIN -E -include include/autoconf.h include/applets.h \
     | grep -v "^#" \
     | grep -v "^$" \
     > applet_lst.tmp