[Phylobase-commits] r251 - branches/nclrepair/src/ncl

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Aug 5 23:25:19 CEST 2008


Author: bcomeara
Date: 2008-08-05 23:25:18 +0200 (Tue, 05 Aug 2008)
New Revision: 251

Modified:
   branches/nclrepair/src/ncl/Makefile.am
   branches/nclrepair/src/ncl/Makefile.in
Log:
Took out call to make within example dir

Modified: branches/nclrepair/src/ncl/Makefile.am
===================================================================
--- branches/nclrepair/src/ncl/Makefile.am	2008-08-05 21:23:09 UTC (rev 250)
+++ branches/nclrepair/src/ncl/Makefile.am	2008-08-05 21:25:18 UTC (rev 251)
@@ -1,4 +1,4 @@
-SUBDIRS = ncl example $(MAYBE_TEST_DIR)
+SUBDIRS = ncl $(MAYBE_TEST_DIR)
 
 EXTRA_DIST = data html test Jamroot
 

Modified: branches/nclrepair/src/ncl/Makefile.in
===================================================================
--- branches/nclrepair/src/ncl/Makefile.in	2008-08-05 21:23:09 UTC (rev 250)
+++ branches/nclrepair/src/ncl/Makefile.in	2008-08-05 21:25:18 UTC (rev 251)
@@ -192,7 +192,7 @@
 target_alias = @target_alias@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
-SUBDIRS = ncl example $(MAYBE_TEST_DIR)
+SUBDIRS = ncl $(MAYBE_TEST_DIR)
 EXTRA_DIST = data html test Jamroot
 all: config.h
 	$(MAKE) $(AM_MAKEFLAGS) all-recursive



More information about the Phylobase-commits mailing list