diff --git a/changelog b/changelog index 96bdf8e..9ebadaf 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,5 @@ +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 20081223 tpd src/algebra/Makefile move LIST3 to layer 1 20081223 tpd src/axiom-website/patches.html 20081223.03.tpd.patch diff --git a/src/algebra/Makefile.pamphlet b/src/algebra/Makefile.pamphlet index 39d107f..2609c50 100644 --- a/src/algebra/Makefile.pamphlet +++ b/src/algebra/Makefile.pamphlet @@ -199,7 +199,8 @@ LAYER1=\ ${OUT}/ANY1.o ${OUT}/COMBOPC.o ${OUT}/DROPT1.o ${OUT}/EQ2.o \ ${OUT}/FORTCAT.o ${OUT}/ITFUN2.o ${OUT}/ITFUN3.o ${OUT}/ITUPLE.o \ ${OUT}/LIST3.o \ - ${OUT}/MKBCFUNC.o ${OUT}/MKRECORD.o ${OUT}/MKUCFUNC.o ${OUT}/NONE1.o \ + ${OUT}/MKBCFUNC.o ${OUT}/MKFUNC.o \ + ${OUT}/MKRECORD.o ${OUT}/MKUCFUNC.o ${OUT}/NONE1.o \ ${OUT}/PATAB.o ${OUT}/PLOT1.o ${OUT}/PPCURVE.o ${OUT}/PSCURVE.o \ ${OUT}/REAL.o ${OUT}/RESLATC.o ${OUT}/RETRACT.o ${OUT}/RETRACT-.o \ ${OUT}/SEGBIND2.o ${OUT}/SEGCAT.o ${OUT}/STREAM1.o ${OUT}/STREAM2.o \ @@ -227,7 +228,6 @@ grdef.spad.pamphlet (GRDEF) <>= LAYER3=\ - ${OUT}/MKFUNC.o \ layer3done @ diff --git a/src/axiom-website/patches.html b/src/axiom-website/patches.html index ae73df3..09fe518 100644 --- a/src/axiom-website/patches.html +++ b/src/axiom-website/patches.html @@ -833,6 +833,8 @@ algebra/Makefile move BASTYPE to layer0
algebra/Makefile move GRDEF to layer0
20081223.04.tpd.patch algebra/Makefile move LIST3 to layer1
+20081223.05.tpd.patch +algebra/Makefile move MKFUNC to layer1