From 0a98910a6ea1b5b63cc6958d87b9bcd9a1fceb52 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Thu, 8 Jan 2009 11:13:56 +0000 Subject: [PATCH] missing cpobj --- contrib/Chaco/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/contrib/Chaco/Makefile b/contrib/Chaco/Makefile index 924338152b..bb52123ceb 100644 --- a/contrib/Chaco/Makefile +++ b/contrib/Chaco/Makefile @@ -99,6 +99,9 @@ ${LIB}: ${OBJ} ${OBJX} ${AR} ${ARFLAGS}${LIB} ${OBJ} ${OBJX} ${RANLIB} ${LIB} +cpobj: ${OBJ} ${OBJX} + cp -f ${OBJ} ${OBJX} ../../lib/ + .c${OBJEXT}: ${CC} ${CFLAGS} ${DASH}c $< ${DASH}o ${<:.c=${OBJEXT}} -- GitLab