From 4951b477ead311214772849cb1a40602cf4ac197 Mon Sep 17 00:00:00 2001 From: Noah Friedman Date: Sun, 18 Apr 1993 04:51:40 +0000 Subject: [PATCH] *** empty log message *** --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 1d5e432d..9dfe1844 100644 --- a/Makefile.in +++ b/Makefile.in @@ -95,7 +95,7 @@ configure: configure.in # Copy bison.simple, inserting directory name into the #line commands. bison.s1: bison.simple - -rm bison.s1 + -rm -f bison.s1 sed -e "/^#line/ s|bison|$(datadir)/bison|" < $(srcdir)/$(PFILE) > bison.s1 clean: -- 2.47.2