Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/lgpl3/mpfr/lib/libmpfr rm -f an .objdir file before...



details:   https://anonhg.NetBSD.org/src/rev/9a5ed3499c2c
branches:  trunk
changeset: 792075:9a5ed3499c2c
user:      gdt <gdt%NetBSD.org@localhost>
date:      Thu Dec 19 01:10:19 2013 +0000

description:
rm -f an .objdir file before copying to it.

diffstat:

 external/lgpl3/mpfr/lib/libmpfr/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 3f9f1398a510 -r 9a5ed3499c2c external/lgpl3/mpfr/lib/libmpfr/Makefile
--- a/external/lgpl3/mpfr/lib/libmpfr/Makefile  Thu Dec 19 01:07:03 2013 +0000
+++ b/external/lgpl3/mpfr/lib/libmpfr/Makefile  Thu Dec 19 01:10:19 2013 +0000
@@ -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 @@
 .include <bsd.lib.mk>
 
 mparam.h: mparam_h.in
-       cp ${.ALLSRC} ${.TARGET}
+       rm -f ${.TARGET} && cp ${.ALLSRC} ${.TARGET}
 
 ${SRCS}: mparam.h
 CLEANFILES+= mparam.h



Home | Main Index | Thread Index | Old Index