<p><b>duda</b> 2013-04-01 11:46:03 -0600 (Mon, 01 Apr 2013)</p><p>BRANCH COMMIT<br>
<br>
Fix the 'clean' target in the registry directory to ensure that<br>
the ezxml objects are cleaned up.<br>
<br>
No change to results.<br>
<br>
<br>
M    src/registry/Makefile<br>
</p><hr noshade><pre><font color="gray">Modified: branches/atmos_physics/src/registry/Makefile
===================================================================
--- branches/atmos_physics/src/registry/Makefile        2013-04-01 16:47:56 UTC (rev 2685)
+++ branches/atmos_physics/src/registry/Makefile        2013-04-01 17:46:03 UTC (rev 2686)
@@ -11,7 +11,7 @@
         $(CC) -o $@ $(OBJS)
 
 clean:
-        $(RM) *.o parse
+        $(RM) *.o ezxml/*.o parse
 
 .c.o:
         $(CC) -c $&lt;

</font>
</pre>