From 146aa3f965258f18476a7aeb72dac9047dcd48c2 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Mon, 28 Jul 2008 16:59:16 +0000
Subject: [PATCH] forgot cpobj rule

---
 contrib/NR/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/contrib/NR/Makefile b/contrib/NR/Makefile
index 0c36d66c3d..5fa5dfd01a 100644
--- a/contrib/NR/Makefile
+++ b/contrib/NR/Makefile
@@ -32,6 +32,9 @@ ${LIB}: ${OBJ}
 	${AR} ${ARFLAGS}${LIB} ${OBJ}
 	${RANLIB} ${LIB}
 
+cpobj: ${OBJ} 
+	cp -f ${OBJ} ../../lib/
+
 .cpp${OBJEXT}:
 	${CXX} ${CFLAGS} ${DASH}c $<
 
-- 
GitLab