From 2dd406f5b01bbd1153e15d84903a3afd7a3c44bc Mon Sep 17 00:00:00 2001 From: Simon Schubert Date: Wed, 9 Sep 2009 17:23:39 +0200 Subject: [PATCH] gcc44/gmp: make directories before populating them The snapshot build seems to have uncovered a race in the depend stage. This is a tentative, unverified fix. --- gnu/usr.bin/cc44/gmp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/usr.bin/cc44/gmp/Makefile b/gnu/usr.bin/cc44/gmp/Makefile index 6ab4f39b15..da50bde498 100644 --- a/gnu/usr.bin/cc44/gmp/Makefile +++ b/gnu/usr.bin/cc44/gmp/Makefile @@ -181,7 +181,7 @@ LO_OBJECTS= ${MPF_OBJECTS} ${MPZ_OBJECTS} ${MPQ_OBJECTS} ${MPN_OBJECTS} \ .if exists(${mapsource}) && empty(MPNSRC:M${source}) .if !exists(${source}) -${source}: ${mapsource} +${source}: ${mapsource} mkdirs cp ${.ALLSRC} ${.TARGET} CLEANFILES+= ${source} .endif -- 2.11.4.GIT