mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-24 06:12:27 +00:00
Release Landlock Make v1.0.1
This commit is contained in:
parent
5c5cf0e01d
commit
95f54eeb40
2 changed files with 43 additions and 1 deletions
2
third_party/make/main.c
vendored
2
third_party/make/main.c
vendored
|
@ -2971,7 +2971,7 @@ print_version (void)
|
|||
/* Do it only once. */
|
||||
return;
|
||||
|
||||
printf ("%sGNU Make %s\n", precede, version_string);
|
||||
printf ("%sLandlock Make 1.0.1 (GNU Make %s)\n", precede, version_string);
|
||||
|
||||
if (!remote_description || *remote_description == '\0')
|
||||
printf (_("%sBuilt for %s\n"), precede, make_host);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue