diff options
author | H. Peter Anvin <hpa@zytor.com> | 2008-06-15 17:52:45 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-06-15 17:52:45 -0700 |
commit | d710e2be268706f80e8b1e59492b443056141779 (patch) | |
tree | df67609297f2ba8f3082d92391179830ff278387 /syncfiles.pl | |
parent | 2aa77394b7b5523fb031a0c059f0db7b93e565d5 (diff) | |
download | nasm-d710e2be268706f80e8b1e59492b443056141779.tar.gz nasm-d710e2be268706f80e8b1e59492b443056141779.tar.bz2 nasm-d710e2be268706f80e8b1e59492b443056141779.zip |
syncfiles.pl: remove obsolete comment
There isn't anything magic about the input file syntax.
Diffstat (limited to 'syncfiles.pl')
-rwxr-xr-x | syncfiles.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/syncfiles.pl b/syncfiles.pl index 5be984a..ea77ca4 100755 --- a/syncfiles.pl +++ b/syncfiles.pl @@ -4,7 +4,6 @@ # Use the mkdep.pl parameters to get the filename syntax # # The first file is the source file; the other ones target. -# The initial file is assumed to be in Unix notation. # %def_hints = ('object-ending' => '.o', 'path-separator' => '/', |