From 78e55a1f29558e8be54566ead1e7be8ab9d45273 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Wed, 5 Jun 1996 02:59:00 +0000 Subject: This 3rd mega-commit should hopefully bring us back to where we were. I can get it to `make world' succesfully, anyway! --- gnu/lib/libregex/Makefile | 4 ++-- gnu/lib/libregex/test/Makefile | 4 +--- gnu/lib/libregex/test/Makefile.in | 4 +--- 3 files changed, 4 insertions(+), 8 deletions(-) (limited to 'gnu/lib/libregex') diff --git a/gnu/lib/libregex/Makefile b/gnu/lib/libregex/Makefile index a88856be998e..355aaf57893c 100644 --- a/gnu/lib/libregex/Makefile +++ b/gnu/lib/libregex/Makefile @@ -1,4 +1,4 @@ -# $Header: /home/ncvs/src/gnu/lib/libregex/Makefile,v 1.14 1995/03/12 23:21:29 ache Exp $ +# $Header: /pub/FreeBSD/FreeBSD-CVS/src/gnu/lib/libregex/Makefile,v 1.14 1995/03/12 23:21:29 ache Exp $ LIB= gnuregex @@ -10,7 +10,7 @@ SUBDIR+= doc beforeinstall: cmp -s ${.CURDIR}/regex.h ${DESTDIR}/usr/include/gnuregex.h || \ - ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \ + install -c -o ${BINOWN} -g ${BINGRP} -m 444 \ ${.CURDIR}/regex.h ${DESTDIR}/usr/include/gnuregex.h .include diff --git a/gnu/lib/libregex/test/Makefile b/gnu/lib/libregex/test/Makefile index 977c5d291851..84ebfcb2211a 100644 --- a/gnu/lib/libregex/test/Makefile +++ b/gnu/lib/libregex/test/Makefile @@ -1,5 +1,3 @@ -# $Id$ - # Generated automatically from Makefile.in by configure. # Makefile for regex testing. # @@ -67,7 +65,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 -f regex.o $@ + mv 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 7b56b32c1ba8..fea1f10e1753 100644 --- a/gnu/lib/libregex/test/Makefile.in +++ b/gnu/lib/libregex/test/Makefile.in @@ -1,5 +1,3 @@ -# $Id$ - # Makefile for regex testing. # # Copyright (C) 1992 Free Software Foundation, Inc. @@ -66,7 +64,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 -f regex.o $@ + mv regex.o $@ # iregex is the interactive regex. iregex: $(common_o) $(regex_o) iregex.o -- cgit v1.3