From: Keith Bostic Date: Sun, 13 Dec 1987 11:57:08 +0000 (-0800) Subject: clean profiled X-Git-Tag: BSD-4_3_Net_1-Snapshot-Development~2936 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/6adcb469f9800c23b0908afd07231aa4478d39dd clean profiled SCCS-vsn: old/libm/libom/Makefile 4.5 --- diff --git a/usr/src/old/libm/libom/Makefile b/usr/src/old/libm/libom/Makefile index 13ec3ecf2e..b8b24788fc 100644 --- a/usr/src/old/libm/libom/Makefile +++ b/usr/src/old/libm/libom/Makefile @@ -3,7 +3,7 @@ # All rights reserved. The Berkeley software License Agreement # specifies the terms and conditions for redistribution. # -# @(#)Makefile 4.4 (Berkeley) %G% +# @(#)Makefile 4.5 (Berkeley) %G% # CFLAGS= -O LIBC= /lib/libc.a @@ -27,7 +27,7 @@ libom.a libom_p.a: ${OBJS} ar cru libom.a ${OBJS} clean: FRC - rm -f ${OBJS} core libom.a libom_p.a + rm -f ${OBJS} core libom.a libom_p.a profiled/* depend: FRC mkdep ${CFLAGS} ${SRCS}