From: Jason Wilson Date: Wed, 9 Jun 1993 18:38:44 +0000 (+0000) Subject: ymake.local automatically generated to avoid standard loss. X-Git-Tag: 20090517-FFI~8350 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=c9823dd581f53a320bd7beba31c07f737a49fa37;p=mit-scheme.git ymake.local automatically generated to avoid standard loss. --- diff --git a/v7/src/microcode/unxutl/makefile b/v7/src/microcode/unxutl/makefile index 7ebe5c7e4..15e62f293 100644 --- a/v7/src/microcode/unxutl/makefile +++ b/v7/src/microcode/unxutl/makefile @@ -1,7 +1,7 @@ # # Makefile for MIT CScheme microcode. # -# $Id: makefile,v 1.22 1993/06/08 04:10:57 gjr Exp $ +# $Id: makefile,v 1.23 1993/06/09 18:38:44 jawilson Exp $ # CPP = cc -E MAKE = make # BSD doesn't have it as a default. @@ -66,6 +66,9 @@ xmakefile: ymakefile ymake.script ymake.local cf.h s.h m.h $(CPP) junk.c | sed -n -f ymake.script > xmakefile rm -f junk.c +ymake.local: + touch ymake.local + clean remove: # the - at the beginning of the following line is what causes make to continue # even if the clean.world target doesn't exist