diff options
Diffstat (limited to 'scripts/trylink')
-rwxr-xr-x | scripts/trylink | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/trylink b/scripts/trylink index e47169917..85095235c 100755 --- a/scripts/trylink +++ b/scripts/trylink | |||
@@ -268,7 +268,7 @@ fi | |||
268 | 268 | ||
269 | if test "$CONFIG_FEATURE_INDIVIDUAL" = y; then | 269 | if test "$CONFIG_FEATURE_INDIVIDUAL" = y; then |
270 | echo "Linking individual applets against libbusybox (see $sharedlib_dir/*)" | 270 | echo "Linking individual applets against libbusybox (see $sharedlib_dir/*)" |
271 | gcc -DNAME_MAIN_CNAME -E -include include/autoconf.h include/applets.h \ | 271 | gcc -DNAME_MAIN -E -include include/autoconf.h include/applets.h \ |
272 | | grep -v "^#" \ | 272 | | grep -v "^#" \ |
273 | | grep -v "^$" \ | 273 | | grep -v "^$" \ |
274 | > applet_lst.tmp | 274 | > applet_lst.tmp |