--- MITgcm/tools/genmake2 2009/04/21 16:43:08 1.188 +++ MITgcm/tools/genmake2 2009/04/21 22:35:41 1.189 @@ -1,6 +1,6 @@ #! /usr/bin/env bash # -# $Header: /home/ubuntu/mnt/e9_copy/MITgcm/tools/genmake2,v 1.188 2009/04/21 16:43:08 utke Exp $ +# $Header: /home/ubuntu/mnt/e9_copy/MITgcm/tools/genmake2,v 1.189 2009/04/21 22:35:41 jmc Exp $ # # Makefile generator for MITgcm UV codes # created by cnh 03/98 @@ -2825,7 +2825,7 @@ adtaf: ad_taf_output.$FS adtamc: ad_tamc_output.$FS -ad_input_code.$FS: \$(AD_FILES) \$(H_SRC_FILES) +ad_input_code.$FS: \$(AD_FILES) \$(H_SRC_FILES) \$(AD_FLOW_FILES) @$BASH\$(TOOLSDIR)/convert_cpp_cmd2defines "Warning - this file is automatically generated - do NOT edit" -DALLOW_ADJOINT_RUN -UALLOW_TANGENTLINEAR_RUN -UALLOW_ECCO_OPTIMIZATION > ad_config.template cmp ad_config.template AD_CONFIG.h || cat ad_config.template > AD_CONFIG.h -rm -f ad_config.template