From 9e1a2b71f5cba4001408c5ad0b2ebd98834b68df Mon Sep 17 00:00:00 2001 From: Keith Bostic Date: Mon, 12 Mar 1990 01:10:38 -0800 Subject: [PATCH] reorg; add cleandir SCCS-vsn: lib/csu/tahoe/Makefile 5.7 --- usr/src/lib/csu/tahoe/Makefile | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/usr/src/lib/csu/tahoe/Makefile b/usr/src/lib/csu/tahoe/Makefile index c3777d4dd1..ab3a4ca280 100644 --- a/usr/src/lib/csu/tahoe/Makefile +++ b/usr/src/lib/csu/tahoe/Makefile @@ -14,7 +14,7 @@ # IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED # WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. # -# @(#)Makefile 5.6 (Berkeley) %G% +# @(#)Makefile 5.7 (Berkeley) %G% # DEFS= -DLIBC_SCCS CFLAGS= -O ${DEFS} @@ -28,7 +28,7 @@ TAGSFILE=tags ld -x -r $*.o mv a.out $*.o -all link: ${OBJS} +all: ${OBJS} mcrt0.o: moncrt0.o mon.o ld -x -r -o $@ moncrt0.o mon.o @@ -50,12 +50,15 @@ gmon.o: gmon.c ${AS} -o $@ gmon.s install: - install -o bin -g bin -m 444 crt0.o ${DESTDIR}/lib/crt0.o - install -o bin -g bin -m 444 mcrt0.o ${DESTDIR}/lib/mcrt0.o + install -o bin -g bin -m 444 crt0.o ${DESTDIR}/usr/lib/crt0.o + install -o bin -g bin -m 444 mcrt0.o ${DESTDIR}/usr/lib/mcrt0.o install -o bin -g bin -m 444 gcrt0.o ${DESTDIR}/usr/lib/gcrt0.o clean: - rm -f *.o *mon.s a.out core ${TAGSFILE} + rm -f *.o *mon.s a.out core + +cleandir: clean + rm -f ${MAN} tags .depend tags: cwd=`pwd`; \ -- 2.20.1