From 592008ee330ac68b031ba107707d2f8db5963480 Mon Sep 17 00:00:00 2001 From: Stefen Guzik <guzik2@llnl.gov> Date: Sat, 26 Jul 2008 01:16:08 +0000 Subject: [PATCH] *** empty log message *** --- contrib/Metis/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/contrib/Metis/Makefile b/contrib/Metis/Makefile index cd57b573d5..3f6fd8313c 100644 --- a/contrib/Metis/Makefile +++ b/contrib/Metis/Makefile @@ -77,9 +77,6 @@ cpobj: ${OBJ} .c${OBJEXT}: ${CC} ${CFLAGS} ${DASH}c $< ${DASH}o ${<:.c=${OBJEXT}} - if [ -r ${notdir ${<:.c=${OBJEXT}}} ]; then\ - mv -f ${notdir ${<:.c=${OBJEXT}}} ${<:.c=${OBJEXT}};\ - fi clean: rm -f *.o *.obj -- GitLab