From 9f795376b3921c04e5abe4bc29b1905e78ae2db2 Mon Sep 17 00:00:00 2001 From: wosch Date: Tue, 7 May 1996 23:19:49 +0000 Subject: ``mv'' -> ``mv -f'' ``rm'' -> ``rm -f'' so mv/rm may not ask for confirmation if you are not root --- bin/expr/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/expr/Makefile') diff --git a/bin/expr/Makefile b/bin/expr/Makefile index c98e59f..63c0055 100644 --- a/bin/expr/Makefile +++ b/bin/expr/Makefile @@ -1,5 +1,5 @@ # /b/source/CVS/src/bin/expr/Makefile,v 1.5 1993/06/14 19:56:06 jtc Exp -# $Id: Makefile,v 1.6 1994/09/24 02:55:36 davidg Exp $ +# $Id: Makefile,v 1.7 1995/05/30 00:06:49 rgrimes Exp $ PROG= expr SRCS= expr.c @@ -7,7 +7,7 @@ CLEANFILES+= expr.c y.tab.h expr.c: ${YACC} -d ${.IMPSRC} - mv y.tab.c expr.c + mv -f y.tab.c expr.c .include -- cgit v1.1