allow non-root to make param.c
authorMike Karels <karels@ucbvax.Berkeley.EDU>
Sat, 12 Oct 1985 00:24:19 +0000 (16:24 -0800)
committerMike Karels <karels@ucbvax.Berkeley.EDU>
Sat, 12 Oct 1985 00:24:19 +0000 (16:24 -0800)
SCCS-vsn: sys/vax/conf/Makefile.vax 6.17

usr/src/sys/vax/conf/Makefile.vax

index 8f5ad9c..08b4b22 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.vax        6.16 (Berkeley) %G%
+#      @(#)Makefile.vax        6.17 (Berkeley) %G%
 #
 # Makefile for 4.3 BSD
 #
 #
 # Makefile for 4.3 BSD
 #
@@ -140,6 +140,7 @@ ioconf.o: ioconf.c ../h/param.h ../machine/pte.h ../h/buf.h ../h/map.h \
        rm -f ioconf.s
 
 param.c: ../conf/param.c
        rm -f ioconf.s
 
 param.c: ../conf/param.c
+       -rm -f param.c
        cp ../conf/param.c .
 
 param.o: param.c Makefile
        cp ../conf/param.c .
 
 param.o: param.c Makefile