From 8aad33062d4e0135a036457f62824964e323c409 Mon Sep 17 00:00:00 2001 From: Simon Schubert Date: Wed, 9 Sep 2009 21:25:55 +0200 Subject: [PATCH] gcc44/gmp: fix last commit --- 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 da50bde498..a7dad54dec 100644 --- a/gnu/usr.bin/cc44/gmp/Makefile +++ b/gnu/usr.bin/cc44/gmp/Makefile @@ -182,7 +182,7 @@ LO_OBJECTS= ${MPF_OBJECTS} ${MPZ_OBJECTS} ${MPQ_OBJECTS} ${MPN_OBJECTS} \ .if !exists(${source}) ${source}: ${mapsource} mkdirs - cp ${.ALLSRC} ${.TARGET} + cp ${.ALLSRC:Nmkdirs} ${.TARGET} CLEANFILES+= ${source} .endif -- 2.11.4.GIT