<p><b>duda</b> 2012-02-28 11:03:04 -0700 (Tue, 28 Feb 2012)</p><p>BRANCH COMMIT<br>
<br>
Fix bug in Makefile so that -D_MPI is included in CPPFLAGS for parallel builds: Add override to CPPFLAGS variable.<br>
<br>
<br>
M    Makefile<br>
</p><hr noshade><pre><font color="gray">Modified: branches/atmos_physics/Makefile
===================================================================
--- branches/atmos_physics/Makefile        2012-02-28 17:36:45 UTC (rev 1543)
+++ branches/atmos_physics/Makefile        2012-02-28 18:03:04 UTC (rev 1544)
@@ -251,7 +251,7 @@
         CC=$(CC_PARALLEL)
         SFC=$(FC_SERIAL)
         SCC=$(CC_SERIAL)
-        CPPFLAGS += -D_MPI
+        override CPPFLAGS += -D_MPI
         SERIAL_MESSAGE=&quot;Parallel version is on.&quot;
 endif # SERIAL IF
 

</font>
</pre>