This should be noninvasive, and allows my builds to finally work on alpha

(DESTDIR being set case...).
This commit is contained in:
mjacob 1998-12-21 07:58:52 +00:00
parent ce816d0c65
commit a7739b174d
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.7 1998/09/12 20:17:43 wrstuden Exp $
# $NetBSD: Makefile,v 1.8 1998/12/21 07:58:52 mjacob Exp $
PROG= doexec
NOMAN= noman, no way, man
@ -6,7 +6,7 @@ NOMAN= noman, no way, man
LDSTATIC= -static # only static compilation makes sense here
.if (defined(DESTDIR))
LDLIBS+= ${LIBCRT0} -lgcc -lc
LDLIBS+= ${LIBCRT0} -lgcc -lc ${LIBCRTBEGIN} ${LIBCRTENT}
GOODAOUT_LIB= -nostdlib -L${DESTDIR}/usr/lib ${LDSTATIC}
.else
GOODAOUT_LIB= ${LDSTATIC}