diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-04-10 16:33:32 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-04-10 16:33:32 +0000 |
| commit | 16ecf6050088f61b0ecd7544d6b54305b014252a (patch) | |
| tree | fb97315f4511c38203aa4b6dee22ef1b02f1136e | |
| parent | 3fdee18f302da9e54ae0a36cac7c309d41403dfe (diff) | |
Notes
| -rw-r--r-- | gnu/lib/libgmp/Makefile | 8 | ||||
| -rw-r--r-- | gnu/lib/libmp/Makefile | 8 |
2 files changed, 4 insertions, 12 deletions
diff --git a/gnu/lib/libgmp/Makefile b/gnu/lib/libgmp/Makefile index cbed05972683..805f804aeb88 100644 --- a/gnu/lib/libgmp/Makefile +++ b/gnu/lib/libgmp/Makefile @@ -1,5 +1,5 @@ # -# $Id$ +# $Id: Makefile,v 1.10 1997/02/22 15:42:57 peter Exp $ # LIB= gmp @@ -82,11 +82,7 @@ CLEANFILES+= sysdep.h asm-syntax.h # .PATH:s # mpz mpf mpq: -.if exists(${.OBJDIR}) - mkdir ${.OBJDIR}/$@ -.else - mkdir ${.CURDIR}/$@ -.endif + mkdir ${.TARGET} CLEANDIRS+= ${.OBJDIR}/mpz ${.CURDIR}/mpz \ ${.OBJDIR}/mpf ${.CURDIR}/mpf \ diff --git a/gnu/lib/libmp/Makefile b/gnu/lib/libmp/Makefile index d8c83bd0b507..4d32cdb33c67 100644 --- a/gnu/lib/libmp/Makefile +++ b/gnu/lib/libmp/Makefile @@ -1,5 +1,5 @@ # -# $Id$ +# $Id: Makefile,v 1.10 1997/02/22 15:43:00 peter Exp $ # LIB= mp @@ -45,11 +45,7 @@ CLEANFILES+= sysdep.h asm-syntax.h # .PATH:s # mpz: -.if exists(${.OBJDIR}) - mkdir ${.OBJDIR}/$@ -.else - mkdir ${.CURDIR}/$@ -.endif + mkdir ${.TARGET} CLEANDIRS+= ${.OBJDIR}/mpz ${.CURDIR}/mpz |
