Add an extra line to remove junk.c before generating xmakefile.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Thu, 2 Nov 1989 03:45:25 +0000 (03:45 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Thu, 2 Nov 1989 03:45:25 +0000 (03:45 +0000)
v7/src/microcode/unxutl/makefile

index 403688c5b192d5a305a61dc15df550eecb14eb98..94042a28085d1cce0685bc88e8b240ed75390865 100644 (file)
@@ -1,7 +1,7 @@
 #
 # Makefile for MIT CScheme microcode.
 #
-# $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/unxutl/Attic/makefile,v 1.5 1989/09/20 23:23:37 cph Exp $
+# $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/unxutl/Attic/makefile,v 1.6 1989/11/02 03:45:25 jinx Exp $
 #
 CPP = cc -E
 MAKE = make  # BSD doesn't have it as a default.
@@ -39,7 +39,7 @@ doppband:
 # If you have a problem with cc -E here, changing
 # the definition of CPP above may fix it.
 xmakefile: ymakefile ymake.script ymake.local cf.h s.h m.h
-       rm -f xmakefile
+       rm -f xmakefile junk.c
        cp ymakefile junk.c
        $(CPP) junk.c | sed -n -f ymake.script > xmakefile
        rm -f junk.c