Index: Makefile ================================================================== --- Makefile +++ Makefile @@ -65,10 +65,11 @@ # csc -I ducttape -J -c ducttape-lib.scm -o mofiles/ducttape-lib.o mofiles/%.o %.import.scm : %.scm mkdir -p mofiles csc $(CSCOPTS) -J -c $< -o mofiles/$*.o + touch $*.import.scm # ensure it is touched after the .o is made # a.import.o : a.import.scm a.o # csc -unit a.import -c a.import.scm -o $*.o ADTLSCR=mt_laststep mt_runstep mt_ezstep Index: megatest.scm ================================================================== --- megatest.scm +++ megatest.scm @@ -22,12 +22,11 @@ ;; fake out readline usage of toplevel-command (define (toplevel-command . a) #f) (use (prefix sqlite3 sqlite3:) srfi-1 posix regex regex-case srfi-69 (prefix base64 base64:) readline apropos json http-client directory-utils typed-records - http-client srfi-18 extras format - (prefix mtconfigf configf:)) + http-client srfi-18 extras format) ;; Added for csv stuff - will be removed ;; (use sparse-vectors)