mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-18 06:51:47 +00:00
make gendefs put its rcsid into its generated files
This commit is contained in:
parent
7407e4f1b7
commit
f442e0d980
1 changed files with 1 additions and 0 deletions
|
@ -97,6 +97,7 @@ main (int argc, char **argv)
|
|||
return 1;
|
||||
}
|
||||
fputs ("#include \"def.h\"\n\n", out);
|
||||
fprintf (out, "static const char rcsid[] =\n\t\"%s\";\n", rcsid);
|
||||
while (fgets (buf, sizeof (buf), in)) {
|
||||
switch (state) {
|
||||
case 0:
|
||||
|
|
Loading…
Reference in a new issue