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 --- gnu/lib/libregex/test/Makefile | 4 +++- gnu/lib/libregex/test/Makefile.in | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'gnu/lib/libregex') diff --git a/gnu/lib/libregex/test/Makefile b/gnu/lib/libregex/test/Makefile index 84ebfcb..e8516a8 100644 --- a/gnu/lib/libregex/test/Makefile +++ b/gnu/lib/libregex/test/Makefile @@ -1,3 +1,5 @@ +# $Id: $ + # Generated automatically from Makefile.in by configure. # Makefile for regex testing. # @@ -65,7 +67,7 @@ regex: $(regex_o) $(common_o) $(test_o) main.o dregex.o: ../regex.c ../regex.h rm -f $@ $(CC) $(ALL_CPPFLAGS) $(CFLAGS) -c ../$(srcdir)/regex.c - mv regex.o $@ + mv -f regex.o $@ # iregex is the interactive regex. iregex: $(common_o) $(regex_o) iregex.o diff --git a/gnu/lib/libregex/test/Makefile.in b/gnu/lib/libregex/test/Makefile.in index fea1f10..5fc51be 100644 --- a/gnu/lib/libregex/test/Makefile.in +++ b/gnu/lib/libregex/test/Makefile.in @@ -1,3 +1,5 @@ +# $Id: $ + # Makefile for regex testing. # # Copyright (C) 1992 Free Software Foundation, Inc. @@ -64,7 +66,7 @@ regex: $(regex_o) $(common_o) $(test_o) main.o dregex.o: ../regex.c ../regex.h rm -f $@ $(CC) $(ALL_CPPFLAGS) $(CFLAGS) -c ../$(srcdir)/regex.c - mv regex.o $@ + mv -f regex.o $@ # iregex is the interactive regex. iregex: $(common_o) $(regex_o) iregex.o -- cgit v1.1