stas 2003/03/27 16:30:00
Modified: lib/Apache Build.pm
Log:
Makefile must end with \n to avoid warnings on certain platforms
Revision Changes Path
1.117 +2 -0 modperl-2.0/lib/Apache/Build.pm
Index: Build.pm
===================================================================
RCS file: /home/cvs/modperl-2.0/lib/Apache/Build.pm,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -r1.116 -r1.117
--- Build.pm 24 Mar 2003 04:47:48 -0000 1.116
+++ Build.pm 28 Mar 2003 00:30:00 -0000 1.117
@@ -1176,6 +1176,8 @@
print $fh @$xs_targ;
+ print $fh "\n"; # Makefile must end with \n to avoid warnings
+
close $fh;
}