Mercurial > hg > xemacs-beta
changeset 4374:4939bde48d12
Fix incorrect comment convention.
author | Stephen J. Turnbull <stephen@xemacs.org> |
---|---|
date | Tue, 01 Jan 2008 22:09:51 -0800 |
parents | 713ca3d356b4 |
children | 74e0e1131e01 751d82f59283 |
files | ChangeLog Makefile.in.in |
diffstat | 2 files changed, 7 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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 <stephen@xemacs.org> + + * Makefile.in.in (mkpkgdir): Fix incorrect comment convention. + 2007-12-26 Stephen J. Turnbull <stephen@xemacs.org> * Makefile.in.in (mkpkgdir): Ensure only one late package directory.
--- 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}; \