From 2bbf07909e1b39a30d06c0ded380d29d5da4d9b2 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Mon, 14 Aug 2006 22:01:37 +0000 Subject: [PATCH] Fixed a make clean rule in ext/cvode --- ext/cvode/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/cvode/Makefile.in b/ext/cvode/Makefile.in index 6d7fe0c90..b717058aa 100755 --- a/ext/cvode/Makefile.in +++ b/ext/cvode/Makefile.in @@ -91,7 +91,7 @@ source/llnlmath.o: source/llnlmath.c include/llnlmath.h include/llnltyps.h (cd source; $(COMPILER) $(OPTS) -c llnlmath.c) clean: - $(RM) ./libcvode.a + $(RM) @buildlib@/libcvode.a $(RM) $(OBJS) depends: