<p><b>duda</b> 2013-04-01 14:24:09 -0600 (Mon, 01 Apr 2013)</p><p>Fix the 'clean' target in the registry directory to ensure that<br>
the ezxml objects are cleaned up.<br>
<br>
<br>
M    src/registry/Makefile<br>
</p><hr noshade><pre><font color="gray">Modified: trunk/mpas/src/registry/Makefile
===================================================================
--- trunk/mpas/src/registry/Makefile        2013-04-01 20:21:51 UTC (rev 2690)
+++ trunk/mpas/src/registry/Makefile        2013-04-01 20:24:09 UTC (rev 2691)
@@ -11,7 +11,7 @@
         $(CC) -o $@ $(OBJS)
 
 clean:
-        $(RM) *.o parse
+        $(RM) *.o ezxml/*.o parse
 
 .c.o:
         $(CC) -c $&lt;

</font>
</pre>