install equates.h, kernel.o, and main.o on unix-like systems

original commit: fd7812d05c791e05eb65982c93bd8c36f7a0404f
This commit is contained in:
Oscar Waddell 2018-03-27 12:52:43 -04:00 committed by Bob Burger
parent aa8bea9648
commit 68e1ae0ece
2 changed files with 5 additions and 0 deletions

2
LOG
View File

@ -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

View File

@ -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}