diff --git a/LOG b/LOG index 32eb516dc3..206a7031ce 100644 --- a/LOG +++ b/LOG @@ -895,3 +895,5 @@ - reworked the S_call_help/S_return CCHAIN handling to fix a bug in which the signal handler could trip over the NULL jumpbuf in a CCHAIN record. schlib.c +- install equates.h, kernel.o, and main.o on unix-like systems + Mf-install.in diff --git a/makefiles/Mf-install.in b/makefiles/Mf-install.in index a965bbd957..6446561664 100644 --- a/makefiles/Mf-install.in +++ b/makefiles/Mf-install.in @@ -123,6 +123,9 @@ libbininstall: ${LibBin} ln -f ${LibBin}/scheme.boot ${LibBin}/${InstallSchemeName}.boot;\ fi ln -sf ${LibBin}/scheme.boot ${LibBin}/${InstallScriptName}.boot; + $I -m 444 ${Include}/equates.h ${LibBin} + $I -m 444 ${Include}/kernel.o ${LibBin} + $I -m 444 ${Include}/main.o ${LibBin} $I -m 444 ${Include}/scheme.h ${LibBin} maninstall: scheme.1 petite.1 ${Man}