diff options
| author | hovercats <hovercatswithlasereyes@protonmail.com> | 2024-01-05 03:40:27 +0100 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2024-02-07 20:50:18 -0800 |
| commit | 89a5a575b4bd83978512f429697b0199c692250c (patch) | |
| tree | 50536d1fe0d34e8adffea3a85949e114f317dc3f /pkg/make/gen.lua | |
| parent | efa6a6e1b530c15f981c291d4ff0957182a9cd89 (diff) | |
make: 4.4.1
Diffstat (limited to 'pkg/make/gen.lua')
| -rw-r--r-- | pkg/make/gen.lua | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/pkg/make/gen.lua b/pkg/make/gen.lua index 04e97fe8..b2cf2605 100644 --- a/pkg/make/gen.lua +++ b/pkg/make/gen.lua @@ -17,8 +17,8 @@ pkg.deps = { lib('libgnu.a', [[ lib/( - concat-filename.c exitfail.c findprog-in.c fnmatch.c - glob.c xalloc-die.c xconcat-filename.c + concat-filename.c findprog-in.c fnmatch.c + getloadavg.c glob.c ) ]]) @@ -30,9 +30,10 @@ exe('make', [[ getopt1.c guile.c hash.c implicit.c job.c load.c loadapi.c main.c misc.c - output.c read.c remake.c - rule.c signame.c strcache.c - variable.c version.c vpath.c + output.c read.c + remake.c rule.c shuffle.c + signame.c strcache.c variable.c + version.c vpath.c posixos.c remote-stub.c |
