# HG changeset patch # User Stephen J. Turnbull # Date 1199254191 28800 # Node ID 4939bde48d124b27dc8fe1878a6d681f5a1fd24c # Parent 713ca3d356b43f849798e37d07f8c2834d177de8 Fix incorrect comment convention. diff -r 713ca3d356b4 -r 4939bde48d12 ChangeLog --- a/ChangeLog Mon Dec 31 21:35:20 2007 +0100 +++ b/ChangeLog Tue Jan 01 22:09:51 2008 -0800 @@ -1,3 +1,7 @@ +2008-01-01 Stephen J. Turnbull + + * Makefile.in.in (mkpkgdir): Fix incorrect comment convention. + 2007-12-26 Stephen J. Turnbull * Makefile.in.in (mkpkgdir): Ensure only one late package directory. diff -r 713ca3d356b4 -r 4939bde48d12 Makefile.in.in --- a/Makefile.in.in Mon Dec 31 21:35:20 2007 +0100 +++ b/Makefile.in.in Tue Jan 01 22:09:51 2008 -0800 @@ -515,9 +515,9 @@ echo " make install-all-packages"; \ fi -# The test for a non-trivial path simply checks for the conventional Unix -# path separator ":". This is reasonable because this is basically just -# a convenience feature, anyway. +## The test for a non-trivial path simply checks for the conventional Unix +## path separator ":". This is reasonable because this is basically just +## a convenience feature, anyway. mkpkgdir: FRC.mkdir ${MAKEPATH} @if test -z ${package_path}; \