[Phylobase-commits] r247 - branches/nclrepair/src

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Aug 5 23:02:30 CEST 2008


Author: bcomeara
Date: 2008-08-05 23:02:29 +0200 (Tue, 05 Aug 2008)
New Revision: 247

Modified:
   branches/nclrepair/src/Makefile
Log:
fixed where makefile had spaces instead of tabs

Modified: branches/nclrepair/src/Makefile
===================================================================
--- branches/nclrepair/src/Makefile	2008-08-05 21:00:23 UTC (rev 246)
+++ branches/nclrepair/src/Makefile	2008-08-05 21:02:29 UTC (rev 247)
@@ -23,14 +23,14 @@
 	${RM} $(LINKOBJ)
 	cd ncl
 	sh bootstrap.sh
-        cd ..
-        mkdir build
-        cd build
-        ../v2.1/configure
-        make
-        make check
-        make install
-        make installcheck
+	cd ..
+	mkdir build
+	cd build
+	../v2.1/configure
+	make
+	make check
+	make install
+	make installcheck
 
 	$(CXX) -c NCLInterface.cpp -o NCLInterface.o $(CXXFLAGS)
     



More information about the Phylobase-commits mailing list