From 2387e5849cc637feb0ba95807a74f97296416d6d Mon Sep 17 00:00:00 2001 From: Simon Schubert Date: Sat, 12 Sep 2009 11:20:52 +0200 Subject: [PATCH] gcc44/gmp: remove Makefile hack, it is fixed proper in bsd.dep.mk --- gnu/usr.bin/cc44/gmp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/usr.bin/cc44/gmp/Makefile b/gnu/usr.bin/cc44/gmp/Makefile index a7dad54dec..6ab4f39b15 100644 --- a/gnu/usr.bin/cc44/gmp/Makefile +++ b/gnu/usr.bin/cc44/gmp/Makefile @@ -181,8 +181,8 @@ LO_OBJECTS= ${MPF_OBJECTS} ${MPZ_OBJECTS} ${MPQ_OBJECTS} ${MPN_OBJECTS} \ .if exists(${mapsource}) && empty(MPNSRC:M${source}) .if !exists(${source}) -${source}: ${mapsource} mkdirs - cp ${.ALLSRC:Nmkdirs} ${.TARGET} +${source}: ${mapsource} + cp ${.ALLSRC} ${.TARGET} CLEANFILES+= ${source} .endif -- 2.11.4.GIT