tahoe release
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 8 Dec 1987 06:07:42 +0000 (22:07 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 8 Dec 1987 06:07:42 +0000 (22:07 -0800)
SCCS-vsn: lib/libm/Makefile 1.8

usr/src/lib/libm/Makefile

index 5e47716..5e7f2dd 100644 (file)
@@ -9,7 +9,7 @@
 # software without specific written prior permission. This software
 # is provided ``as is'' without express or implied warranty.
 #
 # software without specific written prior permission. This software
 # is provided ``as is'' without express or implied warranty.
 #
-#      @(#)Makefile    5.1 (Berkeley) %G%
+#      @(#)Makefile    1.8 (Berkeley) %G%
 #
 # This high quality math library is intended to run on either a VAX in
 # D_floating format or a machine that conforms to the IEEE standard 754
 #
 # This high quality math library is intended to run on either a VAX in
 # D_floating format or a machine that conforms to the IEEE standard 754
@@ -71,7 +71,7 @@ more.vax: FRC
        cd vax; make "CFLAGS=${CFLAGS}"
 
 clean: FRC
        cd vax; make "CFLAGS=${CFLAGS}"
 
 clean: FRC
-       rm -f ${OBJS} core libm.a libm_p.a
+       rm -f ${OBJS} profiled/*.o core libm.a libm_p.a
        for i in ${SUBDIR}; do (cd $$i; make ${MFLAGS} clean); done
 
 depend: FRC
        for i in ${SUBDIR}; do (cd $$i; make ${MFLAGS} clean); done
 
 depend: FRC