Put back ld -x -r.

This commit is contained in:
mycroft 1994-01-06 04:35:39 +00:00
parent 27f957c30b
commit d6718d4665

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.3 1994/01/05 23:47:35 mycroft Exp $
# $Id: Makefile,v 1.4 1994/01/06 04:35:39 mycroft Exp $
CFLAGS+= -DLIBC_SCCS -fpic
OBJS= c++rt0.o
@ -7,6 +7,8 @@ all: ${OBJS}
c++rt0.o: c++rt0.c
${CC} ${CFLAGS} -c ${.ALLSRC}
@${LD} -x -r ${.TARGET}
@mv a.out ${.TARGET}
install:
install -d -o ${BINOWN} -g ${BINGRP} -m 0755 ${DESTDIR}/usr/lib