diff --git a/build.sh b/build.sh index c8dd24a..3e27c4c 100755 --- a/build.sh +++ b/build.sh @@ -94,6 +94,8 @@ echo "====================================================================" echo "" cd ${PROSPERO_ROOT} ln -sf Makefile.config.${SYSTYPE} Makefile.config +cp Makefile.in Makefile +make all_depend make all cd ${WORLD_ROOT}