From: Guillermo J. Rozas Date: Wed, 27 Oct 1993 00:55:44 +0000 (+0000) Subject: Fix bug in sed pattern. X-Git-Tag: 20090517-FFI~7679 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=9d4a6f0bfde21b631a69eb0ce6f09ec1e03d5dba;p=mit-scheme.git Fix bug in sed pattern. --- diff --git a/v7/src/microcode/unxutl/ymkfile b/v7/src/microcode/unxutl/ymkfile index 05aa5589c..e229b8ba0 100644 --- a/v7/src/microcode/unxutl/ymkfile +++ b/v7/src/microcode/unxutl/ymkfile @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: ymkfile,v 1.79 1993/08/28 23:07:44 gjr Exp $ +$Id: ymkfile,v 1.80 1993/10/27 00:55:44 gjr Exp $ Copyright (c) 1989-1993 Massachusetts Institute of Technology @@ -284,7 +284,7 @@ compinit.h : $(COMPILED_SOURCES) liarc.tch xmkfile @echo "#*** Generating" $@ "because of" $? rm -f $@ fgrep DECLARE_COMPILED_CODE liarc.tch $(COMPILED_SOURCES) | \ - sed -e 's/.*:/ /' -e 's/)/);' > $@ + sed -e 's/.*:/ /' -e 's/)/);/' > $@ foo $(COMPILED_OBJECTS) : liarc.tch liarc.tch: liarc.h $(LIARC_HEAD_FILES)