From: Guillermo J. Rozas Date: Mon, 25 Jun 1990 18:27:41 +0000 (+0000) Subject: Add "rm -f" lines to the scheme and bchscheme rules to guarantee the X-Git-Tag: 20090517-FFI~11356 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=51cd1926c376f850cd311989344932d22b29e315;p=mit-scheme.git Add "rm -f" lines to the scheme and bchscheme rules to guarantee the correct ownership on the file. --- diff --git a/v7/src/microcode/unxutl/ymkfile b/v7/src/microcode/unxutl/ymkfile index 828704e6c..27c51c148 100644 --- a/v7/src/microcode/unxutl/ymkfile +++ b/v7/src/microcode/unxutl/ymkfile @@ -1,6 +1,6 @@ /* -*-C-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/unxutl/Attic/ymkfile,v 1.23 1990/06/20 17:42:50 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/unxutl/Attic/ymkfile,v 1.24 1990/06/25 18:27:41 jinx Exp $ Copyright (c) 1989, 1990 Massachusetts Institute of Technology @@ -449,10 +449,12 @@ all: Psbtobin scheme scheme xscheme : $(OBJECTS) $(SCHEME_OBJECTS) @ECHO "#** Re-linking" $@ because of $? + rm -f $@ $(CC) $(LDFLAGS) -o $@ $(OBJECTS) $(SCHEME_OBJECTS) $(SCHEME_LIB) bchscheme : $(BCHOBJECTS) $(SCHEME_OBJECTS) @ECHO "#** Re-linking" $@ because of $? + rm -f $@ $(CC) $(LDFLAGS) -o $@ $(BCHOBJECTS) $(SCHEME_OBJECTS) $(SCHEME_LIB) Findprim : Findprim.o