Changed install command to reduce problems with access rights.
authorGary M. Levin <garrison@ucbvax.Berkeley.EDU>
Wed, 12 Jun 1985 03:46:54 +0000 (19:46 -0800)
committerGary M. Levin <garrison@ucbvax.Berkeley.EDU>
Wed, 12 Jun 1985 03:46:54 +0000 (19:46 -0800)
SCCS-vsn: contrib/bib/macs/Makefile 1.3

usr/src/contrib/bib/macs/Makefile

index 28d5edf..9a2369c 100644 (file)
@@ -35,6 +35,6 @@ clean:;
 depend:;       @mkmf -f $(MAKEFILE)
 
 install:;      @echo Installing $(SRCS) in $(DEST)
 depend:;       @mkmf -f $(MAKEFILE)
 
 install:;      @echo Installing $(SRCS) in $(DEST)
-               @for i in $(SRCS); do cp $$i $(DEST)/$$i; done
+               -for i in $(SRCS); do rm -f $(DEST)/$$i; cp $$i $(DEST)/$$i; done
 
 update:;
 
 update:;