summaryrefslogtreecommitdiff
path: root/gnu/lib/libregex/test
diff options
context:
space:
mode:
authorWolfram Schneider <wosch@FreeBSD.org>1996-05-07 23:19:49 +0000
committerWolfram Schneider <wosch@FreeBSD.org>1996-05-07 23:19:49 +0000
commit9fb933075efacc206d4968ca872ad7ea94349ba4 (patch)
tree5618f6a0a4a19c1125bc494850591fa1ee21df48 /gnu/lib/libregex/test
parent757dab8dcb5c53176aa0d6e82e3a0649d119f7e5 (diff)
Notes
Diffstat (limited to 'gnu/lib/libregex/test')
-rw-r--r--gnu/lib/libregex/test/Makefile4
-rw-r--r--gnu/lib/libregex/test/Makefile.in4
2 files changed, 6 insertions, 2 deletions
diff --git a/gnu/lib/libregex/test/Makefile b/gnu/lib/libregex/test/Makefile
index 84ebfcb2211a..e8516a86d2d9 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 fea1f10e1753..5fc51be61934 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