diff options
author | midipix <writeonce@midipix.org> | 2024-04-02 03:14:14 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-04-02 03:14:14 +0000 |
commit | 5443f8e164cf0e95bc68591bff9b9fd73f74078e (patch) | |
tree | 9546f3fa647d5dc9cb97cd49066bd5658dc564e0 /project/config | |
parent | 02667ff595adfac8ae848ecbb2aef1250f0fa094 (diff) | |
download | sbmake-5443f8e164cf0e95bc68591bff9b9fd73f74078e.tar.bz2 sbmake-5443f8e164cf0e95bc68591bff9b9fd73f74078e.tar.xz |
project: update to match netbsd/usr.bin/make-20240401.
Diffstat (limited to 'project/config')
-rw-r--r-- | project/config/cfgdefs.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/project/config/cfgdefs.sh b/project/config/cfgdefs.sh index 34bd609..b432ca4 100644 --- a/project/config/cfgdefs.sh +++ b/project/config/cfgdefs.sh @@ -34,10 +34,10 @@ cfgdefs_bootstrap() cfgdefs_objs= - cfgdefs_utilsrc='make.c' + cfgdefs_utilsrc='main.c' - cfgdefs_sources="arch.c buf.c compat.c cond.c dir.c enum.c for.c hash.c job.c" - cfgdefs_sources="$cfgdefs_sources lst.c main.c make_malloc.c meta.c metachar.c parse.c" + cfgdefs_sources="arch.c buf.c compat.c cond.c dir.c for.c hash.c job.c" + cfgdefs_sources="$cfgdefs_sources lst.c make.c make_malloc.c meta.c metachar.c parse.c" cfgdefs_sources="$cfgdefs_sources str.c suff.c targ.c trace.c util.c var.c" cfgdefs_cflags= |