[mpas-developers] change to trunk src/registry/Makefile

Michael Duda duda at ucar.edu
Mon Apr 1 12:23:36 MDT 2013


Hi, All.

I'd like to commit a fix to the 'clean' target in src/registry/Makefile.
We currently don't clean up the ezxml.o file, which can cause problems
when switching compilers. The fix is just a small modification:

 clean:
-       $(RM) *.o parse
+       $(RM) *.o ezxml/*.o parse

Unless there are any objections, I'll go ahead and commit this later in
the afternoon.

Michael


More information about the mpas-developers mailing list