ymake.local automatically generated to avoid standard loss.
authorJason Wilson <edu/mit/csail/zurich/jawilson>
Wed, 9 Jun 1993 18:38:44 +0000 (18:38 +0000)
committerJason Wilson <edu/mit/csail/zurich/jawilson>
Wed, 9 Jun 1993 18:38:44 +0000 (18:38 +0000)
v7/src/microcode/unxutl/makefile

index 7ebe5c7e4d70ab550b88eb044e05b4d0e71acc93..15e62f2937740188d3521e97428dac3f7e885c64 100644 (file)
@@ -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