summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorthorpej <thorpej@NetBSD.org>2002-03-05 21:53:56 +0000
committerthorpej <thorpej@NetBSD.org>2002-03-05 21:53:56 +0000
commit547d71b6c7d6eb73da67ec1d833117fedcf176c8 (patch)
tree0bdfe9098b9cd1499d607b14acd95cf263633256 /libexec
parent5ab89c4a4acd808f4e0e73f5a7de1c96625ab7d8 (diff)
Use ${PRINTOBJDIR}.
Diffstat (limited to 'libexec')
-rw-r--r--libexec/ld.aout_so/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/libexec/ld.aout_so/Makefile b/libexec/ld.aout_so/Makefile
index 51dedcaa8ef..3a96f19f2af 100644
--- a/libexec/ld.aout_so/Makefile
+++ b/libexec/ld.aout_so/Makefile
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.35 2002/02/06 20:36:18 thorpej Exp $
+# $NetBSD: Makefile,v 1.36 2002/03/05 21:53:56 thorpej Exp $
.include <bsd.own.mk>
.if (${OBJECT_FMT} == "a.out")
PROG= ld.so
SRCS= mdprologue.S rtld.c malloc.c shlib.c md.c vfprintf.c
CLIB= ${.CURDIR}/../../lib/libc
-CLIBOBJ!=cd ${CLIB}; \
- printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}\n" | ${MAKE} -s -f-
+CLIBOBJ!=cd ${CLIB} && ${PRINTOBJDIR}
PICFLAG=-fpic -fno-function-cse
CPPFLAGS+=$(PICFLAG) -DRTLD -DLIBC_SCCS \
-I${CLIB}/include -I$(.CURDIR)/arch/$(MACHINE_ARCH) -I$(.CURDIR)