Add a .DEFAULT entry that re-invokes make on the target using
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Tue, 12 Jun 1990 17:32:29 +0000 (17:32 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Tue, 12 Jun 1990 17:32:29 +0000 (17:32 +0000)
xmakefile.

v7/src/microcode/unxutl/makefile

index 480c9b40e719272c75b7917a54226fa5041d712e..d61d29f4322667390b64ffb8261200cd9d00f237 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.8 1990/01/16 19:58:23 cph Exp $
+# $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/unxutl/Attic/makefile,v 1.9 1990/06/12 17:32:29 jinx Exp $
 #
 CPP = cc -E
 MAKE = make  # BSD doesn't have it as a default.
@@ -70,3 +70,6 @@ locked:
 getpagesize.h : pagesize.h
        rm -f getpagesize.h
        cp pagesize.h getpagesize.h
+
+.DEFAULT : xmakefile
+       $(MAKE) $(MAKEOVERRIDES) -f xmakefile ${MFLAGS} $@