[MOAB-dev] r4292 - MOAB/trunk/examples

tautges at mcs.anl.gov tautges at mcs.anl.gov
Fri Nov 19 11:39:42 CST 2010


Author: tautges
Date: 2010-11-19 11:39:42 -0600 (Fri, 19 Nov 2010)
New Revision: 4292

Modified:
   MOAB/trunk/examples/Makefile.am
Log:
Fixing broken make install.



Modified: MOAB/trunk/examples/Makefile.am
===================================================================
--- MOAB/trunk/examples/Makefile.am	2010-11-19 17:33:51 UTC (rev 4291)
+++ MOAB/trunk/examples/Makefile.am	2010-11-19 17:39:42 UTC (rev 4292)
@@ -47,7 +47,7 @@
 	$(AM_V_at)mv $(DESTDIR)$(exampledir)/examples.make $(ex_make)
 	$(AM_V_at)echo "all: $(check_PROGRAMS)" >>$(ex_make)
 	$(AM_V_at)rule='	$$(CXX) -o $$@ $$< $$(CXXFLAGS) $$(MOAB_INCLUDES) $$(MOAB_LIBS_LINK)'; \
-	$(AM_V_at)for example in $(check_PROGRAMS); do \
+	for example in $(check_PROGRAMS); do \
 	  echo >>$(ex_make); \
 	  echo "$${example}: $${example}.cpp" >>$(ex_make); \
 	  echo "$$rule" >>$(ex_make); \








































More information about the moab-dev mailing list