diff --git a/build.sh b/build.sh index 9a1a1b4..99ecf98 100755 --- a/build.sh +++ b/build.sh @@ -76,6 +76,16 @@ cd ${BERKDB_ROOT}/PORT/${SYSTYPE} CC="gcc" make cd ${WORLD_ROOT} +echo "" +echo "====================================================================" +echo " Prepare ${ARCHIE_ROOT}" +echo "====================================================================" +echo "" +cd ${ARCHIE_ROOT} +cp Makefile.in Makefile +make all_depend +cd ${WORLD_ROOT} + echo "" echo "====================================================================" echo " Building ${PROSPERO_ROOT}"