Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/share/mk/bsd.lib.mk,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- src/share/mk/bsd.lib.mk 1993/04/09 20:05:58 1.8 +++ src/share/mk/bsd.lib.mk 1993/04/20 03:29:36 1.9 @@ -77,14 +77,18 @@ llib-l${LIB}.ln: ${SRCS} .if !target(clean) clean: - rm -f a.out Errs errs mklog core ${CLEANFILES} ${OBJS} ${POBJS} \ - profiled/*.o lib${LIB}.a lib${LIB}_p.a llib-l${LIB}.ln + rm -f a.out Errs errs mklog core ${CLEANFILES} + rm -f ${OBJS} + rm -f ${POBJS} profiled/*.o + rm -f lib${LIB}.a lib${LIB}_p.a llib-l${LIB}.ln .endif .if !target(cleandir) cleandir: - rm -f a.out Errs errs mklog core ${CLEANFILES} ${OBJS} ${POBJS} \ - profiled/*.o lib${LIB}.a lib${LIB}_p.a llib-l${LIB}.ln + rm -f a.out Errs errs mklog core ${CLEANFILES} + rm -f ${OBJS} + rm -f ${POBJS} profiled/*.o + rm -f lib${LIB}.a lib${LIB}_p.a llib-l${LIB}.ln rm -f ${MANALL} ${.CURDIR}/tags .depend .endif