Fix default for .MAKE.SAVE_DOLLARS

NetBSD make defaults this to "yes",
bmake defauts it to "no" to retain the traditional behavior.

The default is dealt with in bmake's Makefile but that does not
address boot-strap.

For now, just change the ifdef in main.

PR: 294436
This commit is contained in:
Simon J. Gerraty
2026-04-13 10:38:50 -07:00
parent bc793ad787
commit e272f4a61e
+1 -1
View File
@@ -1315,7 +1315,7 @@ ReadFirstDefaultMakefile(void)
}
#ifndef MAKE_SAVE_DOLLARS_DEFAULT
# define MAKE_SAVE_DOLLARS_DEFAULT "yes"
# define MAKE_SAVE_DOLLARS_DEFAULT "no"
#endif
/*