remove svn keywords

This commit is contained in:
Nishi 2025-12-05 07:43:04 +09:00
commit 2a268c56f1
Signed by: nishi
GPG key ID: 27EF69B208EB9343
171 changed files with 18590 additions and 919 deletions

View file

@ -1,6 +1,4 @@
#!/usr/bin/env perl
# $Id$
my @cfiles = ();
sub scan {
@ -91,7 +89,6 @@ sub generate {
}
open(OUT, ">", $output);
print(OUT "# \$Id\$\n");
print(OUT "CC = $cc\n");
print(OUT "LD = $link\n");
print(OUT "\n");