[cdftools] 35/228: RD : fix problem in Makefile for cdfovide

Alastair McKinstry mckinstry at moszumanska.debian.org
Fri Jun 12 08:21:26 UTC 2015


This is an automated email from the git hooks/post-receive script.

mckinstry pushed a commit to branch master
in repository cdftools.

commit 3486c18f105e8ed71f6dcad14515e86435a315d6
Author: dussin9r <dussin9r at 1055176f-818a-41d9-83e1-73fbe5b947c5>
Date:   Fri Apr 30 12:48:02 2010 +0000

    RD : fix problem in Makefile for cdfovide
    
    
    git-svn-id: http://servforge.legi.grenoble-inp.fr/svn/CDFTOOLS/trunk@311 1055176f-818a-41d9-83e1-73fbe5b947c5
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index e4edd16..2c16e1e 100644
--- a/Makefile
+++ b/Makefile
@@ -457,7 +457,7 @@ cdfpolymask: cdfio.o modpoly.o cdfpolymask.f90
 	$(F90)   cdfpolymask.f90  -o cdfpolymask cdfio.o modpoly.o $(FFLAGS)
 
 cdfovide: cdfio.o  cdfovide.f90
-        $(F90) cdfovide.f90  -o cdfovide cdfio.o $(FFLAGS)
+	$(F90) cdfovide.f90  -o cdfovide cdfio.o $(FFLAGS)
 
 # OLD bimg/dimg stuff: use by the trpsig monitoring....
 cdfsections: eos.o cdfsections.f90

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/cdftools.git



More information about the debian-science-commits mailing list