Index: build/pre.sh ================================================================== --- build/pre.sh +++ build/pre.sh @@ -9,13 +9,11 @@ autoconf; autoheader rm -rf autom4te.cache rm -f *~ - ./configure || exit 1 - make boot.tcl.h - make zipvfs.tcl.h + make -f Makefile.common.in boot.tcl.h zipvfs.tcl.h cvfs.tcl.h make distclean ) || exit 1 rm -f tcl/patchscripts/dietlibc.sh