diff options
author | lloyd <[email protected]> | 2006-09-08 10:03:34 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2006-09-08 10:03:34 +0000 |
commit | 3461ac347fa26376abcda48b281ea2438a2e0f77 (patch) | |
tree | f78ae8f63d837fba01e6eedc1aa6e8dc8b6fd769 /configure.pl | |
parent | c02420a8f7cf7557382b4edad60a12725aad8b45 (diff) |
Fix minor spacing issues after the build list
Diffstat (limited to 'configure.pl')
-rwxr-xr-x | configure.pl | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/configure.pl b/configure.pl index 2e707dd7f..92871a53c 100755 --- a/configure.pl +++ b/configure.pl @@ -1602,6 +1602,8 @@ sub build_cmds { $output .= "$obj_file: $src_file\n$bld_line\n\n"; } + chomp($output); + chomp($output); return $output; } @@ -1631,9 +1633,6 @@ sub print_unix_makefile { my $check_build_cmds = build_cmds($config, $build_check, '$(CHECK_FLAGS)', %$check); - chomp($lib_build_cmds); - chomp($check_build_cmds); - my $install_cmd_exec = os_install_info($os, 'install_cmd'); $install_cmd_exec =~ s/OWNER/\$(OWNER)/; $install_cmd_exec =~ s/GROUP/\$(GROUP)/; |