diff options
Diffstat (limited to 'gnu/lib/libregex')
-rw-r--r-- | gnu/lib/libregex/test/Makefile | 4 | ||||
-rw-r--r-- | gnu/lib/libregex/test/Makefile.in | 4 |
2 files changed, 6 insertions, 2 deletions
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 |