install equates.h, kernel.o, and main.o on unix-like systems
original commit: fd7812d05c791e05eb65982c93bd8c36f7a0404f
This commit is contained in:
parent
aa8bea9648
commit
68e1ae0ece
2
LOG
2
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
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue
Block a user