mirror of
https://github.com/netwide-assembler/nasm
synced 2026-08-26 16:23:04 -04:00
@SET_MAKE@ (AC_PROG_MAKE_SET) is a legacy autoconf substitution needed only for very old Unix make implementations that don't automatically propagate $(MAKE) to recursively invoked sub-makes. Every Makefile.in in the tree carried its own copy, but that's unnecessary: exporting MAKE once, from the top-level Makefile.in, is sufficient for it to reach any sub-make invoked (directly or transitively) from there. Replace the top-level @SET_MAKE@ with the pair "@SET_MAKE@" followed by "export MAKE", and drop the now-redundant @SET_MAKE@ line from doc/Makefile.in, misc/Makefile.in and test/Makefile.in. This incidentally fixes doc/Makefile.in being usable when fed directly to nmake (as Mkfiles/msvc.mak's "docs" rule does, since it predates running ./configure): a bare "@SET_MAKE@" line, left unexpanded, is not a valid nmake assignment or rule and previously caused a hard parse error (U1035, "expected ':' or '=' separator"). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| c16.mac | ||
| c32.mac | ||
| crcgen.c | ||
| Doxyfile | ||
| exebin.mac | ||
| exebin2.mac | ||
| fmtinsns.pl | ||
| genfma.pl | ||
| hints.txt | ||
| magic | ||
| Makefile.in | ||
| myC32.mac | ||
| nasm.sl | ||
| nasmstab | ||
| nxdisasm.pl | ||
| omfdump.c | ||
| pmw.bat | ||
| proc32.ash | ||
| README | ||
| scitech.mac | ||
| xcrcgen.c | ||
There are various helpful bits and pieces for NASM. Many of these are contributed by users, and may be out of date. Patches are accepted.