diff --git a/changelog b/changelog index 9ebadaf..887af71 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,5 @@ +20081223 tpd src/axiom-website/patches.html 20081223.06.tpd.patch +20081223 tpd src/algebra/Makefile move ESCONT1 to layer 0 20081223 tpd src/axiom-website/patches.html 20081223.05.tpd.patch 20081223 tpd src/algebra/Makefile move MKFUNC to layer 1 20081223 tpd src/axiom-website/patches.html 20081223.04.tpd.patch diff --git a/src/algebra/Makefile.pamphlet b/src/algebra/Makefile.pamphlet index 2609c50..5784f2f 100644 --- a/src/algebra/Makefile.pamphlet +++ b/src/algebra/Makefile.pamphlet @@ -177,7 +177,7 @@ system.spad.pamphlet (MSYSCMD) LAYER0=\ ${OUT}/AHYP.o ${OUT}/ATTREG.o ${OUT}/BASTYPE.o ${OUT}/BASTYPE-.o \ - ${OUT}/CFCAT.o ${OUT}/ELTAB.o ${OUT}/GRDEF.o \ + ${OUT}/CFCAT.o ${OUT}/ELTAB.o ${OUT}/ESCONT1.o ${OUT}/GRDEF.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 \ @@ -242,7 +242,7 @@ ystream.spad.pamphlet (YSTREAM) LAYER4=\ ${OUT}/ANON.o ${OUT}/COLOR.o ${OUT}/COMM.o ${OUT}/COMPPROP.o \ - ${OUT}/ELTAGG.o ${OUT}/ELTAGG-.o ${OUT}/ESCONT1.o ${OUT}/EXIT.o \ + ${OUT}/ELTAGG.o ${OUT}/ELTAGG-.o ${OUT}/EXIT.o \ ${OUT}/FAMONC.o ${OUT}/FILECAT.o ${OUT}/FINITE.o ${OUT}/FNCAT.o \ ${OUT}/FORMULA1.o ${OUT}/IDPC.o ${OUT}/IEVALAB.o ${OUT}/IEVALAB-.o \ ${OUT}/INTBIT.o ${OUT}/LMODULE.o ${OUT}/LOGIC.o ${OUT}/LOGIC-.o \ diff --git a/src/axiom-website/patches.html b/src/axiom-website/patches.html index 09fe518..77f3f1e 100644 --- a/src/axiom-website/patches.html +++ b/src/axiom-website/patches.html @@ -835,6 +835,8 @@ algebra/Makefile move GRDEF to layer0
algebra/Makefile move LIST3 to layer1
20081223.05.tpd.patch algebra/Makefile move MKFUNC to layer1
+20081223.06.tpd.patch +algebra/Makefile move ESCONT1 to layer0