set FILESDIR to "${LIBDIR}", not hard coded /usr/lib.

This commit is contained in:
mrg 2001-06-07 15:22:49 +00:00
parent 55e0fea74f
commit f59b9e737f
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.inc,v 1.4 2000/01/22 19:37:57 mycroft Exp $
# $NetBSD: Makefile.inc,v 1.5 2001/06/07 15:22:49 mrg Exp $
# from: @(#)Makefile 5.5 (Berkeley) 5/21/91
CPPFLAGS+= -DLIBC_SCCS -I${.CURDIR}/../common_aout
@ -36,6 +36,6 @@ afterdepend: .depend
mv $$TMP .depend)
FILES=${OBJS}
FILESDIR=/usr/lib
FILESDIR=${LIBDIR}
.include <bsd.prog.mk>

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.inc,v 1.6 2001/05/17 21:17:02 fredette Exp $
# $NetBSD: Makefile.inc,v 1.7 2001/06/07 15:22:50 mrg Exp $
.if !defined(ELFSIZE)
ELFSIZE=32
@ -46,7 +46,7 @@ crtend.o: crtend.c
@rm -f ${.TARGET}.o
FILES=${OBJS}
FILESDIR=/usr/lib
FILESDIR=${LIBDIR}
LINKS= ${LIBDIR}/crtbegin.o ${LIBDIR}/crtbeginS.o \
${LIBDIR}/crtend.o ${LIBDIR}/crtendS.o