summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libmp
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-04-10 16:33:32 +0000
committerbde <bde@FreeBSD.org>1997-04-10 16:33:32 +0000
commit861773bb6d65ee8f97fd6701a2fb61776feffca2 (patch)
tree4b193b2cd2e1602ee05d521394d0a4e10c6f01e6 /gnu/lib/libmp
parent06e128ab0025eb21e1d2f3e507f2398f7afa0bcb (diff)
downloadFreeBSD-src-861773bb6d65ee8f97fd6701a2fb61776feffca2.zip
FreeBSD-src-861773bb6d65ee8f97fd6701a2fb61776feffca2.tar.gz
Fixed bogus existence test related to searching for a nearby obj
directory. The object (= current) directory always exists, so don't search for it. Use ${.TARGET} instead of deprecated $@.
Diffstat (limited to 'gnu/lib/libmp')
-rw-r--r--gnu/lib/libmp/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/gnu/lib/libmp/Makefile b/gnu/lib/libmp/Makefile
index d8c83bd..4d32cdb 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
OpenPOWER on IntegriCloud