add strings.o to clean: label
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 1 Dec 1987 13:21:26 +0000 (05:21 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 1 Dec 1987 13:21:26 +0000 (05:21 -0800)
SCCS-vsn: bin/csh/Makefile 5.8

usr/src/bin/csh/Makefile

index 1da44c7..834f135 100644 (file)
@@ -3,7 +3,7 @@
 # All rights reserved.  The Berkeley Software License Agreement
 # specifies the terms and conditions for redistribution.
 #
 # All rights reserved.  The Berkeley Software License Agreement
 # specifies the terms and conditions for redistribution.
 #
-#      @(#)Makefile    5.7 (Berkeley) %G%
+#      @(#)Makefile    5.8 (Berkeley) %G%
 #
 # C Shell with process control; VM/UNIX VAX Makefile
 # Bill Joy UC Berkeley; Jim Kulp IIASA, Austria
 #
 # C Shell with process control; VM/UNIX VAX Makefile
 # Bill Joy UC Berkeley; Jim Kulp IIASA, Austria
@@ -57,7 +57,7 @@ sh.char.o sh.init.o:
        sccs get $<
 
 clean:
        sccs get $<
 
 clean:
-       rm -f a.out strings x.c xs.c csh errs
+       rm -f a.out strings strings.o x.c xs.c csh errs
        rm -f ${OBJS}
        rm -rf vgrind
 
        rm -f ${OBJS}
        rm -rf vgrind