--- trunk/libf/GNUmakefile 2010/06/02 11:01:12 34 +++ trunk/libf/GNUmakefile 2010/12/02 17:11:04 36 @@ -72,7 +72,7 @@ .PHONY: depend depend ${libf_dir}/depend.mk: - makedepf90 -Wmissing -Wconfused -I ${VPATH} -u netcdf -u numer_rec -u netcdf95 -nosrc ${sources} >${libf_dir}/depend.mk + makedepf90 -Wmissing -Wconfused -I ${VPATH} -u netcdf -u numer_rec -u netcdf95 -u nr_util -nosrc ${sources} >${libf_dir}/depend.mk # Dependencies between object files and include files: include ${libf_dir}/depend.mk