Oops, fix previous commit to not generate a C comment in syscall.mk.

This commit is contained in:
Bruce Evans 2002-01-30 15:12:12 +00:00
parent c920faa62e
commit 9a7f62c577

View File

@ -92,7 +92,7 @@ s/\$//g
printf " * $%s$\n", "FreeBSD" > syshdr
printf "# FreeBSD system call names.\n" > sysmk
printf "# DO NOT EDIT-- this file is automatically generated.\n" > sysmk
printf " * $%s$\n", "FreeBSD" > sysmk
printf "# $%s$\n", "FreeBSD" > sysmk
}
NR == 1 {
gsub("[$]FreeBSD: ", "", $0)