From 68e1ae0ece6145b24ba885b4fc1d0ae8ca66732d Mon Sep 17 00:00:00 2001 From: Oscar Waddell Date: Tue, 27 Mar 2018 12:52:43 -0400 Subject: [PATCH] install equates.h, kernel.o, and main.o on unix-like systems original commit: fd7812d05c791e05eb65982c93bd8c36f7a0404f --- LOG | 2 ++ makefiles/Mf-install.in | 3 +++ 2 files changed, 5 insertions(+) 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}