Index: Makefile ================================================================== --- Makefile +++ Makefile @@ -83,10 +83,12 @@ ndboard : newdashboard.scm $(OFILES) $(GOFILES) csc $(CSCOPTS) $(OFILES) $(GOFILES) newdashboard.scm -o ndboard mtut: $(OFILES) $(MOFILES) megatest-fossil-hash.scm mtut.scm csc $(CSCOPTS) $(OFILES) $(MOFILES) mtut.scm -o mtut + +include makefile2.inc TCMTOBJS = \ api.o \ archive.o \ cgisetup/models/pgdb.o \ Index: configure ================================================================== --- configure +++ configure @@ -102,10 +102,11 @@ #====================================================================== # Initialize makefile.inc #====================================================================== echo "" > makefile.inc +echo "" > makefile2.inc #====================================================================== # Do we need Chicken? #====================================================================== @@ -121,11 +122,11 @@ if [[ ! $(type csi) ]];then echo "Chicken build needed." echo "BUILD_CHICKEN=yes" >> makefile.inc configure_dependencies - echo "include chicken.makefile" >> makefile.inc + echo "include chicken.makefile" >> makefile2.inc else echo "CSIPATH=$(which csi)" >> makefile.inc echo "CKPATH=$(dirname $(dirname $CSIPATH))" >> makefile.inc fi