[MOAB-dev] r4182 - MOAB/trunk/src
kraftche at cae.wisc.edu
kraftche at cae.wisc.edu
Wed Sep 29 11:47:53 CDT 2010
Author: kraftche
Date: 2010-09-29 11:47:53 -0500 (Wed, 29 Sep 2010)
New Revision: 4182
Modified:
MOAB/trunk/src/Makefile.am
Log:
MOAB_FCDefs.h should be removed by 'make distclean', not 'make clean' because it is generated by the configure script
Modified: MOAB/trunk/src/Makefile.am
===================================================================
--- MOAB/trunk/src/Makefile.am 2010-09-29 15:18:15 UTC (rev 4181)
+++ MOAB/trunk/src/Makefile.am 2010-09-29 16:47:53 UTC (rev 4182)
@@ -161,4 +161,4 @@
MOAB_FCDefs.h: FCDefs.h
$(AM_V_GEN)cd .. && ./config.status src/MOAB_FCDefs.h
-MOSTLYCLEANFILES = MOAB_FCDefs.h
+DISTCLEANFILES = MOAB_FCDefs.h
More information about the moab-dev
mailing list