Module Name: src
Committed By: gdt
Date: Thu Dec 19 01:10:19 UTC 2013
Modified Files:
src/external/lgpl3/mpfr/lib/libmpfr: Makefile
Log Message:
rm -f an .objdir file before copying to it.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/external/lgpl3/mpfr/lib/libmpfr/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/lgpl3/mpfr/lib/libmpfr/Makefile
diff -u src/external/lgpl3/mpfr/lib/libmpfr/Makefile:1.15 src/external/lgpl3/mpfr/lib/libmpfr/Makefile:1.16
--- src/external/lgpl3/mpfr/lib/libmpfr/Makefile:1.15 Thu Nov 28 12:36:55 2013
+++ src/external/lgpl3/mpfr/lib/libmpfr/Makefile Thu Dec 19 01:10:19 2013
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2013/11/28 12:36:55 mrg Exp $
+# $NetBSD: Makefile,v 1.16 2013/12/19 01:10:19 gdt Exp $
.include <bsd.init.mk>
@@ -511,7 +511,7 @@ WITHOUT_MAN= yes
.include <bsd.lib.mk>
mparam.h: mparam_h.in
- cp ${.ALLSRC} ${.TARGET}
+ rm -f ${.TARGET} && cp ${.ALLSRC} ${.TARGET}
${SRCS}: mparam.h
CLEANFILES+= mparam.h