Revert last change, it was caused by the build not picking the

right files if DESTDIR is set.
This commit is contained in:
hubertf 2000-02-11 16:14:32 +00:00
parent e597c0a106
commit 04a9ed5842
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.7 2000/02/11 15:36:25 hubertf Exp $
# $NetBSD: Makefile,v 1.8 2000/02/11 16:14:32 hubertf Exp $
MAN= mbr.8
@ -21,7 +21,7 @@ SRCS= mbr.S
${PROG}: ${OBJS}
${LD} -o ${PROG}.tmp ${LDFLAGS} -Ttext 0x600 ${OBJS}
${STRIPPROG} ${PROG}.tmp
${STRIP} ${PROG}.tmp
objcopy -O binary ${PROG}.tmp ${PROG}
rm -f ${PROG}.tmp
.endif

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2000/02/11 15:36:26 hubertf Exp $
# $NetBSD: Makefile,v 1.4 2000/02/11 16:14:33 hubertf Exp $
BINDIR= /usr/mdec
BINMODE=444
@ -19,7 +19,7 @@ LDFLAGS+= -e _start -N
${PROG}: ${OBJS}
${LD} -o ${PROG}.tmp ${LDFLAGS} -Ttext 0x600 ${OBJS}
${STRIPPROG} ${PROG}.tmp
${STRIP} ${PROG}.tmp
objcopy -O binary ${PROG}.tmp ${PROG}
rm -f ${PROG}.tmp