Skip to content
Snippets Groups Projects
Commit 6e1276f1 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

*** empty log message ***

parent b977521d
Branches
Tags
No related merge requests found
# $Id: Makefile,v 1.23 2008-01-19 00:49:08 geuzaine Exp $ # $Id: Makefile,v 1.24 2008-01-19 00:59:31 geuzaine Exp $
# #
# Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle # Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle
# #
...@@ -135,7 +135,7 @@ ${LIB}: ${OBJ} ...@@ -135,7 +135,7 @@ ${LIB}: ${OBJ}
${RANLIB} ${LIB} ${RANLIB} ${LIB}
.cpp${OBJEXT}: .cpp${OBJEXT}:
${CXX} ${CFLAGS} ${DASH}c $< ${DASH}o ${<:.cpp=.obj} ${CXX} ${CFLAGS} ${DASH}c $< ${DASH}o ${<:.cpp=${OBJEXT}}
if [ -r ${notdir ${<:.cpp=${OBJEXT}}} ]; then\ if [ -r ${notdir ${<:.cpp=${OBJEXT}}} ]; then\
mv -f ${notdir ${<:.cpp=${OBJEXT}}} ${<:.cpp=${OBJEXT}};\ mv -f ${notdir ${<:.cpp=${OBJEXT}}} ${<:.cpp=${OBJEXT}};\
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment