diff --git a/changelog b/changelog index c7e254d..c659d48 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,5 @@ +20081223 tpd src/axiom-website/patches.html 20081223.02.tpd.patch +20081223 tpd src/algebra/Makefile move BASTYPE to layer 0 20081223 tpd src/axiom-website/patches.html 20081223.01.tpd.patch 20081223 tpd src/algebra/Makefile move AGG to layer 1 20081222 tpd src/axiom-website/patches.html 20081222.01.tpd.patch diff --git a/src/algebra/Makefile.pamphlet b/src/algebra/Makefile.pamphlet index 61cc610..ead9000 100644 --- a/src/algebra/Makefile.pamphlet +++ b/src/algebra/Makefile.pamphlet @@ -176,7 +176,8 @@ system.spad.pamphlet (MSYSCMD) <>= LAYER0=\ - ${OUT}/AHYP.o ${OUT}/ATTREG.o ${OUT}/CFCAT.o ${OUT}/ELTAB.o \ + ${OUT}/AHYP.o ${OUT}/ATTREG.o ${OUT}/BASTYPE.o ${OUT}/BASTYPE-.o \ + ${OUT}/CFCAT.o ${OUT}/ELTAB.o \ ${OUT}/KOERCE.o ${OUT}/KONVERT.o ${OUT}/MSYSCMD.o ${OUT}/ODEIFTBL.o \ ${OUT}/OM.o ${OUT}/OMCONN.o ${OUT}/OMDEV.o ${OUT}/OUT.o \ ${OUT}/PRIMCAT.o ${OUT}/PRINT.o ${OUT}/PTRANFN.o ${OUT}/SPFCAT.o \ @@ -225,7 +226,6 @@ grdef.spad.pamphlet (GRDEF) <>= LAYER3=\ - ${OUT}/BASTYPE.o ${OUT}/BASTYPE-.o \ ${OUT}/GRDEF.o ${OUT}/LIST3.o ${OUT}/MKFUNC.o \ layer3done diff --git a/src/axiom-website/patches.html b/src/axiom-website/patches.html index fc9f5fc..c16accc 100644 --- a/src/axiom-website/patches.html +++ b/src/axiom-website/patches.html @@ -827,6 +827,8 @@ bookvol10.3 add domains
algebra/Makefile add clique mechanism
20081223.01.tpd.patch algebra/Makefile move AGG to layer1
+20081223.02.tpd.patch +algebra/Makefile move BASTYPE to layer0