add -f on mv for Version
[unix-history] / usr / src / usr.bin / f77 / libF77 / Makefile
index 1ce5e08..bb85135 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.5 (Berkeley) %G%
+#      @(#)Makefile    5.6 (Berkeley) %G%
 #
 # Makefile for f77 math & startup lib, libF77.a
 
 #
 # Makefile for f77 math & startup lib, libF77.a
 
@@ -309,14 +309,14 @@ Version:  $(SRCS) mkvers
                @rm -f Version.c
                ./mkvers $(LIBRARY) $(SRCS) > Version.c
                $(CC) -c Version.c
                @rm -f Version.c
                ./mkvers $(LIBRARY) $(SRCS) > Version.c
                $(CC) -c Version.c
-               mv Version.o Version
+               mv -f Version.o Version
                @rm -f profiled/Version
                ln Version profiled/Version
 
 mkvers:                mkvers.c
                @$(CC) mkvers.c -o mkvers
 
                @rm -f profiled/Version
                ln Version profiled/Version
 
 mkvers:                mkvers.c
                @$(CC) mkvers.c -o mkvers
 
-clean:;                @rm -f $(OBJS) profiled/*.o $(LIBRARY) $(LIBRARY_P)
+clean:;                @rm -f $(OBJS) profiled/*.o $(LIBRARY) $(LIBRARY_P) Usef mkvers
 
 depend:;       @echo Construct dependencies manually
 
 
 depend:;       @echo Construct dependencies manually